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

/freebsd-13-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.cpp2451 DILocalScope *Scope = DL->getInlinedAtScope();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h101 MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h1497 DILocalScope *getInlinedAtScope() const { function in class:llvm::DICompileUnit::DILocation
1499 return IA->getInlinedAtScope();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2076 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram();

Completed in 95 milliseconds