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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 118 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
  /external/llvm/lib/IR/
DebugInfo.cpp 832 /// getDISubprogram - Find subprogram that is enclosing this scope.
833 DISubprogram llvm::getDISubprogram(const MDNode *Scope) {
839 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
842 return getDISubprogram(DILexicalBlock(Scope).getContext());
    [all...]
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 692 /// getDISubprogram - Find subprogram that is enclosing this scope.
693 DISubprogram getDISubprogram(const MDNode *Scope);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 464 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 493 DISubprogram InlinedSP = getDISubprogram(DS);
    [all...]

Completed in 1078 milliseconds