Home
last modified time | relevance | path

Searched refs:getInlinedAtScope (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp44 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc
45 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()
50 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
H A DVerifier.cpp2714 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugLoc.h87 MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h1628 DILocalScope *getInlinedAtScope() const { in getInlinedAtScope() function
1630 return IA->getInlinedAtScope(); in getInlinedAtScope()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp595 auto *OldSubprogram = cast<DISubprogram>(OldDL.getInlinedAtScope()); in TEST_F()
596 auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2134 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()