Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp45 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc
46 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()
51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
H A DVerifier.cpp2643 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugLoc.h87 MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h1633 DILocalScope *getInlinedAtScope() const { in getInlinedAtScope() function
1635 return IA->getInlinedAtScope(); in getInlinedAtScope()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2080 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()