Searched defs:InlinedAtDL (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DDebugLoc.cpp160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); local
161 if (!InlinedAtDL.isUnknown()) {
163 InlinedAtDL.dump(Ctx);
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); local
184 if (!InlinedAtDL.isUnknown()) {
186 InlinedAtDL.print(Ctx, OS);
H A DDebugInfo.cpp1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); local
1429 if (!InlinedAtDL.isUnknown()) {
1431 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1443 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); local
1444 if (!InlinedAtDL.isUnknown()) {
1446 printDebugLoc(InlinedAtDL, OS, Ctx);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp445 const DebugLoc &InlinedAtDL,
449 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
455 InlinedAtDL.getAsMDNode(Ctx));
444 updateInlinedAtInfo(const DebugLoc &DL, const DebugLoc &InlinedAtDL, LLVMContext &Ctx) argument
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1668 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); local
1669 if (!InlinedAtDL.isUnknown() && MF) {
1671 printDebugLoc(InlinedAtDL, MF, OS);

Completed in 587 milliseconds