Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp2763 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugLoc.h87 MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h1676 DILocalScope *getInlinedAtScope() const { in getInlinedAtScope() function
1678 return IA->getInlinedAtScope(); in getInlinedAtScope()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2170 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()