Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp484 auto *Subprogram = DBuilder.createFunction( in CreateOldFunctionBodyAndDI() local
565 TEST_F(CloneFunc, Subprogram) { in TEST_F() argument
955 auto *Subprogram = DBuilder.createFunction( in CreateOldModule() local
1006 TEST_F(CloneModule, Subprogram) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1163 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie()
1236 DWARFDie Subprogram = CU->getSubroutineForAddress(Address.Address); in getLocalsForAddress() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go597 func (v Value) Subprogram() (md Metadata) { func
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c852 value llvm_di_subprogram_get_line(LLVMMetadataRef Subprogram) { in llvm_di_subprogram_get_line()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp86 if (auto *Subprogram = dyn_cast<DISubprogram>(Scope)) in getSubprogram() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1593 unsigned LLVMDISubprogramGetLine(LLVMMetadataRef Subprogram) { in LLVMDISubprogramGetLine()