| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | AddDiscriminators.cpp | 208 DILocation::get(Ctx, FirstDIL->getLine(), FirstDIL->getColumn(), in runOnFunction() 220 << ":" << NewDIL->getColumn() << ":" in runOnFunction()
|
| HD | InlineFunction.cpp | 858 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in updateInlinedAtInfo() 880 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | FormattedStream.cpp | 72 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | FormattedStream.h | 110 unsigned getColumn() { return Position.first; } in getColumn() function
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | DebugLoc.cpp | 33 return get()->getColumn(); in getCol()
|
| HD | DiagnosticInfo.cpp | 142 *Column = L->getColumn(); in getLocation()
|
| HD | LLVMContextImpl.h | 243 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 247 return Line == RHS->getLine() && Column == RHS->getColumn() && 602 Column(N->getColumn()) {} 606 Line == RHS->getLine() && Column == RHS->getColumn();
|
| /NextBSD/contrib/compiler-rt/lib/ubsan/ |
| HD | ubsan_diag.cc | 56 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary() 124 SLoc.getColumn(), common_flags()->symbolize_vs_style, in renderLocation()
|
| HD | ubsan_value.h | 78 unsigned getColumn() const { return Column; } in getColumn() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | SourceLocation.cpp | 53 << ':' << PLoc.getColumn(); in print()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | AnalyzerStatsChecker.cpp | 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | SanitizerMetadata.cpp | 92 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | LogDiagnosticPrinter.cpp | 158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| HD | SerializedDiagnosticPrinter.cpp | 370 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()
|
| HD | TextDiagnostic.cpp | 808 if (unsigned ColNo = PLoc.getColumn()) { in emitDiagnosticLoc()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | DebugInfoMetadata.h | 1160 return getTemporary(getContext(), getLine(), getColumn(), getScope(), 1181 unsigned getColumn() const { return SubclassData16; } 1460 inline unsigned getColumn() const; 1496 getColumn()); 1510 unsigned getColumn() const { return Column; } 1523 unsigned DILexicalBlockBase::getColumn() const { 1525 return N->getColumn(); 1572 unsigned getColumn() const = delete;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | SourceLocation.h | 385 unsigned getColumn() const { return Col; } in getColumn() function
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCDwarf.h | 92 unsigned getColumn() const { return Column; } in getColumn() function
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.h | 64 unsigned getColumn() const { return Column; } in getColumn() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTDumper.cpp | 586 << ':' << PLoc.getColumn(); in dumpLocation() 591 << ':' << PLoc.getColumn(); in dumpLocation() 594 OS << "col" << ':' << PLoc.getColumn(); in dumpLocation()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCDwarf.cpp | 138 if (Column != it->getColumn()) { in EmitDwarfLineTable() 139 Column = it->getColumn(); in EmitDwarfLineTable()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGDumper.cpp | 544 if (unsigned C = L->getColumn()) in print_details()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| HD | AnalysisConsumer.cpp | 281 << Loc.getColumn() << '\n'; in DisplayFunction()
|
| /NextBSD/contrib/llvm/lib/Target/BPF/ |
| HD | BPFISelLowering.cpp | 70 unsigned Column = DIL->getColumn(); in print()
|
| /NextBSD/contrib/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 801 Record.push_back(N->getColumn()); in WriteDILocation() 1003 Record.push_back(N->getColumn()); in WriteDILexicalBlock() 2156 Vals.push_back(DL->getColumn()); in WriteFunction()
|