Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp46 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc
47 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()
52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
DDebugInfo.cpp51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram()
DVerifier.cpp1868 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/external/llvm/include/llvm/IR/
DDebugLoc.h101 MDNode *getInlinedAtScope() const;
DDebugInfoMetadata.h1166 DILocalScope *getInlinedAtScope() const {
1168 return IA->getInlinedAtScope();
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1184 auto *SP = L->getInlinedAtScope()->getSubprogram(); in beginFunction()