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

  /external/llvm/lib/IR/
DebugLoc.cpp 160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
161 if (!InlinedAtDL.isUnknown()) {
163 InlinedAtDL.dump(Ctx);
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
184 if (!InlinedAtDL.isUnknown()) {
186 InlinedAtDL.print(Ctx, OS);
DebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 445 const DebugLoc &InlinedAtDL,
449 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
455 InlinedAtDL.getAsMDNode(Ctx));
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 73 milliseconds