Searched refs:getCol (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDebugLoc.h75 unsigned getCol() const { function in class:llvm::DebugLoc
/external/llvm/lib/VMCore/
H A DDebugLoc.cpp109 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()),
151 if (getCol() != 0)
152 dbgs() << ',' << getCol();
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp56 OS << DL.getLine() << ":" << DL.getCol();
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp765 if (DL.getCol() != 0)
766 CommentOS << ':' << DL.getCol();
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp847 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
851 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1344 if (DL.getCol() != 0)
1345 CommentOS << ':' << DL.getCol();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1007 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
1275 recordSourceLine(FnStartDL.getLine(), FnStartDL.getCol(),
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1396 Vals.push_back(DL.getCol());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6337 if (dl.getCol() != 0)
6338 OS << ':' << dl.getCol();

Completed in 196 milliseconds