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

  /external/llvm/include/llvm/IR/
DebugLoc.h 64 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
65 static DebugLoc getFromDILocation(MDNode *N);
  /external/llvm/lib/IR/
DebugLoc.cpp 75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
136 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
137 DebugLoc DebugLoc::getFromDILocation(MDNode *N) {
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
Metadata.cpp 639 DbgLoc = DebugLoc::getFromDILocation(Node);
DebugInfo.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 204 DebugLoc newDebugLoc = DebugLoc::getFromDILocation(NewDIL);
InlineFunction.cpp 449 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 60 DebugLoc IDL = DebugLoc::getFromDILocation(N);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt));
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 309 milliseconds