Searched defs:LineStart (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp77 uint32_t LineStart = Line->getLineNumber(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h64 uint32_t LineStart; member in struct:llvm::CodeViewYAML::SourceLineEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp182 const char *LineStart = Loc.getPointer(); local
275 const char *LineStart = SourceLine.begin(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp583 StringRef LineStart; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp159 unsigned LineStart = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp707 const char *LineStart = MemBuf->getBufferStart(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp769 const char *LineStart = TokInstantiationPtr-ColNo; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1175 unsigned LineStart = SourceLineCache[LastLineNoResult - 1]; local
1190 unsigned LineStart = FilePos; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp98 unsigned LineStart; member in struct:__anon436::SpellingRegion
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h225 unsigned LineStart, ColumnStart, LineEnd, ColumnEnd; member in struct:llvm::coverage::CounterMappingRegion
236 makeRegion(Counter Count, unsigned FileID, unsigned LineStart, argument
243 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, argument
251 makeSkipped(unsigned FileID, unsigned LineStart, unsigned ColumnStart, argument
228 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) argument
258 makeGapRegion(Counter Count, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
[all...]

Completed in 155 milliseconds