Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
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()
DVerifier.cpp2069 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/external/swiftshader/third_party/llvm-7.0/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()
DVerifier.cpp2265 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h91 MDNode *getInlinedAtScope() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h101 MDNode *getInlinedAtScope() const;
DDebugInfoMetadata.h1452 DILocalScope *getInlinedAtScope() const {
1454 return IA->getInlinedAtScope();
/external/llvm/include/llvm/IR/
DDebugLoc.h101 MDNode *getInlinedAtScope() const;
DDebugInfoMetadata.h1230 DILocalScope *getInlinedAtScope() const {
1232 return IA->getInlinedAtScope();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp495 auto *OldSubprogram = cast<DISubprogram>(OldDL.getInlinedAtScope()); in TEST_F()
496 auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope()); in TEST_F()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1085 auto *SP = L->getInlinedAtScope()->getSubprogram(); in beginFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1393 auto *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in beginFunctionImpl()