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

  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 130 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
  /external/llvm/lib/Analysis/
DebugInfo.cpp     [all...]
DIBuilder.cpp 721 DISubprogram Fn(getDISubprogram(Scope));
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 763 /// getDISubprogram - Find subprogram that is enclosing this scope.
764 DISubprogram getDISubprogram(const MDNode *Scope);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 305 DISubprogram InlinedSP = getDISubprogram(DS);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 398 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue;

Completed in 296 milliseconds