Home
last modified time | relevance | path

Searched defs:LineRange (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp41 int64_t LineRange = MaxLineDelta - MinLineDelta + 1; in encodeSpecial() local
65 int64_t LineRange = MaxDelta - MinDelta + 1; in parse() local
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta; in encode() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp953 struct LineRange { global() struct
960 EndColLineRange highlightRange() argument
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp224 std::pair<StringRef, StringRef> LineRange = Input.split(':'); parseLineRange() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h86 uint8_t LineRange; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h148 uint8_t LineRange; global() member