Searched refs:getInlinedAtScope (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp45 MDNode *DebugLoc::getInlinedAtScope() const { function in class:DebugLoc
46 return cast<DILocation>(Loc)->getInlinedAtScope();
51 const MDNode *Scope = getInlinedAtScope();
H A DVerifier.cpp2375 DILocalScope *Scope = DL->getInlinedAtScope();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h101 MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h1459 DILocalScope *getInlinedAtScope() const { function in class:llvm::DICompileUnit::DILocation
1461 return IA->getInlinedAtScope();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1813 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram();

Completed in 216 milliseconds