Searched refs:getScopeAndInlinedAt (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DebugLoc.h | 88 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 48 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt() function in DebugLoc 103 getScopeAndInlinedAt(Scope, IA, Ctx); in getAsMDNode()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LexicalScopes.cpp | 119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext()); in findLexicalScope() 138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext()); in getOrCreateLexicalScope()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 99 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
|
D | BitcodeWriter.cpp | 1393 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction()
|