Home
last modified time | relevance | path

Searched refs:RangesOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp54 TableYaml.RangesOffset = Table.RangesOffset; in readDescriptorRanges()
416 IO.mapOptional("RangesOffset", T.RangesOffset); in mapping()
H A DDWARFEmitter.cpp187 const size_t RangesOffset = OS.tell(); in emitDebugRanges() local
190 const size_t CurrOffset = OS.tell() - RangesOffset; in emitDebugRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h183 uint32_t RangesOffset; member
206 Table.RangesOffset = in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h109 uint32_t RangesOffset; member