Searched defs:Subprogram (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/unittests/Transforms/Utils/ |
| 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
|
| /external/stg/ |
| D | dwarf_processor.cc | 928 struct Subprogram { struct in stg::dwarf::Processor 929 Function node; 930 NameWithContext name_with_context; 931 std::optional<std::string> linkage_name; 932 std::optional<Address> address; 933 bool external;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFContext.cpp | 1080 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() 1153 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFContext.cpp | 1232 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie() 1304 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugInfo.cpp | 1428 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | LowerMatrixIntrinsics.cpp | 91 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | DebugInfo.cpp | 1648 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()
|