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

  /external/llvm/lib/IR/
DebugInfo.cpp 34 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) {
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 222 DISubprogram* getDISubprogram(SPIRVFunction *SF, Function *F){
246 getDISubprogram(SI->getParent()->getParent(),
    [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...]

Completed in 138 milliseconds