Home
last modified time | relevance | path

Searched defs:Subprogram (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/stg/
H A Ddwarf_processor.cc925 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 DCloning.cpp238 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 DDWARFContext.cpp1080 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 DDWARFContext.cpp1232 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 DDebugInfo.cpp1428 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp91 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 DDebugInfo.cpp1648 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()