HomeSort by: relevance | last modified time | path
    Searched refs:getInlinedAtScope (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp 45 MDNode *DebugLoc::getInlinedAtScope() const {
46 return cast<DILocation>(Loc)->getInlinedAtScope();
51 const MDNode *Scope = getInlinedAtScope();
Verifier.cpp 2643 DILocalScope *Scope = DL->getInlinedAtScope();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugLoc.h 87 MDNode *getInlinedAtScope() const;
DebugInfoMetadata.h 1633 DILocalScope *getInlinedAtScope() const {
1635 return IA->getInlinedAtScope();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 2080 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram();

Completed in 22 milliseconds