Home
last modified time | relevance | path

Searched refs:InitialLength (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-aranges.yaml31 ## +------- InitialLength (4-byte) 0x2c
46 ## +------- InitialLength (4-byte) 0x2c
106 ## +------- InitialLength (4-byte) 0x2c
121 ## +------- InitialLength (4-byte) 0x2c
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1898 uint32_t InitialLength = Data.getU32(&InputOffset); in patchFrameInfoForObject() local
1899 if (InitialLength == 0xFFFFFFFF) in patchFrameInfoForObject()
1905 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); in patchFrameInfoForObject()
1908 InputOffset += InitialLength - 4; in patchFrameInfoForObject()
1922 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
1946 unsigned FDERemainingBytes = InitialLength - (4 + AddrSize); in patchFrameInfoForObject()