Searched defs:Col (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, argument
H A DRemarkStreamer.cpp78 unsigned Col = DL.getColumn(); local
H A DDIBuilder.cpp844 createLexicalBlock(DIScope *Scope, DIFile *File, unsigned Line, unsigned Col) argument
H A DDebugInfo.cpp816 LLVMDIBuilderCreateLexicalBlock( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, unsigned Col) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp91 printResourcePressure(formatted_raw_ostream &OS, double Pressure, unsigned Col) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h49 unsigned Col; member in struct:clang::serialized_diags::Location
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h104 unsigned Col; member in struct:llvm::MCCVFunctionInfo::LineInfo
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp113 unsigned Col = 1; local
143 errs() << "Highlighted line " << LineNumber << ", " << Col << " local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp170 unsigned Col = RetrieveUnsigned(main_value, process_sp, ".col"); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp82 unsigned Col = RL.SourceColumn; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp259 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, int Col, SourceMgr::DiagKind Kind, StringRef Msg, StringRef LineStr, ArrayRef<std::pair<unsigned,unsigned>> Ranges, ArrayRef<SMFixIt> Hints) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h302 unsigned Line, Col; member in class:clang::SourceLocation::PresumedLoc
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp85 Value *computeColumnAddr(Value *BasePtr, Value *Col, Value *Stride, argument
619 Value *Col = LM.getColumn(J); local
626 insertVector(Value *Col, unsigned I, Value *Block, IRBuilder<> Builder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h389 unsigned Col; member in struct:llvm::coverage::CoverageSegment
399 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry) argument
403 CoverageSegment(unsigned Line, unsigned Col, uint64_t Count, argument
425 unsigned Col; member in class:llvm::coverage::InstantiationGroup
428 InstantiationGroup(unsigned Line, unsigned Col, std::vector<const FunctionRecord *> Instantiations) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3845 unsigned Line = Record[0], Col = Record[1]; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp809 Field(StringRef S, unsigned Col) : Str(S), Column(Col) {} argument
810 Field(unsigned Col) : Column(Col) {} argument

Completed in 382 milliseconds