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

/external/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.cpp2069 DILocalScope *Scope = DL->getInlinedAtScope();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDebugLoc.h91 MDNode *getInlinedAtScope() const;
/external/llvm/include/llvm/IR/
H A DDebugLoc.h101 MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h1230 DILocalScope *getInlinedAtScope() const { function in class:llvm::DICompileUnit::DILocation
1232 return IA->getInlinedAtScope();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1085 auto *SP = L->getInlinedAtScope()->getSubprogram();

Completed in 301 milliseconds