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

  /external/llvm/lib/IR/
DebugLoc.cpp 52 if (auto *SP = getDISubprogram(Scope))
DebugInfo.cpp 34 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) {
DIBuilder.cpp 581 DISubprogram *Fn = getDISubprogram(Scope);
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 37 DISubprogram *getDISubprogram(const MDNode *Scope);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 130 DISubprogram FunctionDI = getDISubprogram(FirstLocScope);
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 142 getDISubprogram(DIVar->getScope())->describes(MF->getFunction())) {
DwarfCompileUnit.cpp 440 auto *InlinedSP = getDISubprogram(DS);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 1105 /// getDISubprogram - Find subprogram that is enclosing this scope.
1106 DISubprogram llvm::getDISubprogram(const MDNode *Scope) {
1112 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
1115 return getDISubprogram(DILexicalBlock(Scope).getContext());
    [all...]
DIBuilder.cpp 721 DISubprogram Fn(getDISubprogram(Scope));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 763 /// getDISubprogram - Find subprogram that is enclosing this scope.
764 DISubprogram getDISubprogram(const MDNode *Scope);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 305 DISubprogram InlinedSP = getDISubprogram(DS);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 560 if (SP != getDISubprogram(Loc.getScope()))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 398 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue;
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 222 DISubprogram* getDISubprogram(SPIRVFunction *SF, Function *F){
246 getDISubprogram(SI->getParent()->getParent(),
    [all...]

Completed in 619 milliseconds