Home
last modified time | relevance | path

Searched defs:RangeSpan (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h35 struct RangeSpan { struct
45 SmallVector<RangeSpan, 2> Ranges; argument
H A DDwarfFile.cpp127 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()
H A DDwarfCompileUnit.cpp478 SmallVector<RangeSpan, 2> Range) { in addScopeRangeList()
511 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h36 struct RangeSpan { struct
46 SmallVector<RangeSpan, 2> Ranges; argument
H A DDwarfFile.cpp128 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()
H A DDwarfCompileUnit.cpp574 SmallVector<RangeSpan, 2> Range) { in addScopeRangeList()
607 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h41 RangeSpan(MCSymbol *S, MCSymbol *E) : Start(S), End(E) {} in RangeSpan() function
58 RangeSpanList(MCSymbol *Sym, SmallVector<RangeSpan, 2> Ranges) in RangeSpanList()
H A DDwarfCompileUnit.cpp393 SmallVector<RangeSpan, 2> Range) { in addScopeRangeList()
417 DIE &Die, SmallVector<RangeSpan, 2> Ranges) { in attachRangesOrLowHighPC()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) { func
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dspan.go79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) { func
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dspan.go79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) { func