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

/external/llvm/lib/IR/
H A DDebugLoc.cpp139 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); local
140 if (!InlinedAtDL.isUnknown()) {
142 InlinedAtDL.dump(Ctx);
H A DDebugInfo.cpp1278 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); local
1279 if (!InlinedAtDL.isUnknown()) {
1281 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1293 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); local
1294 if (!InlinedAtDL.isUnknown()) {
1296 printDebugLoc(InlinedAtDL, OS, Ctx);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp452 const DebugLoc &InlinedAtDL,
456 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
462 InlinedAtDL.getAsMDNode(Ctx));
451 updateInlinedAtInfo(const DebugLoc &DL, const DebugLoc &InlinedAtDL, LLVMContext &Ctx) argument
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1398 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); local
1399 if (!InlinedAtDL.isUnknown()) {
1401 printDebugLoc(InlinedAtDL, MF, CommentOS);
1616 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); local
1617 if (!InlinedAtDL.isUnknown()) {
1619 printDebugLoc(InlinedAtDL, MF, OS);

Completed in 111 milliseconds