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

  /external/llvm/include/llvm/IR/
DebugLoc.h 89 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values.
90 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 110 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
120 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
142 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
  /external/llvm/lib/IR/
DebugLoc.cpp 49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
124 getScopeAndInlinedAt(Scope, IA, Ctx);
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 103 I.getDebugLoc().getScopeAndInlinedAt(Scope, IA, I.getContext());
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
BitcodeWriter.cpp     [all...]

Completed in 344 milliseconds