Home
last modified time | relevance | path

Searched refs:RecordLength (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h95 size_t RecordLength, size_t CIEDeltaFieldOffset);
97 size_t RecordLength, size_t CIEDeltaFieldOffset,
H A DEHFrameSupport.cpp269 size_t RecordOffset, size_t RecordLength, in processCIE() argument
274 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processCIE()
283 PC.G.addAnonymousSymbol(B, RecordOffset, RecordLength, false, false); in processCIE()
398 size_t RecordOffset, size_t RecordLength, in processFDE() argument
406 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processFDE()
415 PC.G.addAnonymousSymbol(B, RecordOffset, RecordLength, false, false); in processFDE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h152 uint32_t RecordLength = EndOffset - Mapping.StartOffset; in visitKnownMemberImpl() local
154 if (auto EC = Mapping.Reader.readBytes(CVR.Data, RecordLength)) in visitKnownMemberImpl()
/netbsd-src/sys/dev/acpi/
H A Dapei_cper.h52 uint32_t RecordLength; member
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmsvc32 # test for RecordType~LibraryHeaderRecord=0xF0 + RecordLength=???Dh + dictionary offset is multiple…
52 # 2**4=16 <= RecordLength+3 = PageSize = 2**n {16 32 512 no examples 64 128 256 1024 2048 ...32768}…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2191 unsigned RecordLength = Record.size(); in parseMetadataAttachment() local
2194 if (RecordLength % 2 == 0) { in parseMetadataAttachment()
2203 for (unsigned i = 1; i != RecordLength; i = i + 2) { in parseMetadataAttachment()
H A DBitcodeReader.cpp2995 unsigned RecordLength = Record.size(); in parseUseLists() local
2996 if (RecordLength < 3) in parseUseLists()