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

  /external/llvm/include/llvm/Support/
DebugLoc.h 86 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values.
87 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
  /external/llvm/lib/IR/
DebugLoc.cpp 49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
104 getScopeAndInlinedAt(Scope, IA, Ctx);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 101 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 215 milliseconds