Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1080 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie()
1153 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1428 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()