HomeSort by: relevance | last modified time | path
    Searched defs:getInlinedAtScope (Results 1 - 2 of 2) 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();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1633 DILocalScope *getInlinedAtScope() const {
1635 return IA->getInlinedAtScope();

Completed in 19 milliseconds