Searched defs:Subprogram (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/stg/ |
H A D | dwarf_processor.cc | 925 struct Subprogram { struct in stg::dwarf::Processor 926 Function node; 927 NameWithContext name_with_context; 928 std::string linkage_name; 929 std::optional<Address> address; 930 bool external;
|
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/ |
H A D | Cloning.cpp | 238 auto *Subprogram = DBuilder.createFunction( in CreateOldFunctionBodyAndDI() local 299 TEST_F(CloneFunc, Subprogram) { in TEST_F() argument 424 auto *Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4, DFuncType, in CreateOldModule() local 453 TEST_F(CloneModule, Subprogram) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1080 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() 1153 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1232 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() 1304 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1428 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 91 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1648 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()
|