HomeSort by relevance Sort by last modified time
    Searched refs:getDISubprogram (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 124 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
  /external/llvm/lib/IR/
DebugLoc.cpp 81 DISubprogram SP = getDISubprogram(Scope);
DebugInfo.cpp 924 /// getDISubprogram - Find subprogram that is enclosing this scope.
925 DISubprogram llvm::getDISubprogram(const MDNode *Scope) {
931 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
934 return getDISubprogram(DILexicalBlock(Scope).getContext());
    [all...]
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 807 /// getDISubprogram - Find subprogram that is enclosing this scope.
808 DISubprogram getDISubprogram(const MDNode *Scope);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 420 DISubprogram InlinedSP = getDISubprogram(DS);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 538 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue;
    [all...]

Completed in 146 milliseconds