Searched refs:RecordLength (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupportImpl.h | 85 size_t RecordLength, size_t CIEDeltaFieldOffset, 88 size_t RecordLength, size_t CIEDeltaFieldOffset,
|
| H A D | EHFrameSupport.cpp | 190 size_t RecordOffset, size_t RecordLength, in processCIE() argument 196 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processCIE() 205 PC.G.addAnonymousSymbol(B, RecordOffset, RecordLength, false, false); in processCIE() 305 size_t RecordOffset, size_t RecordLength, in processFDE() argument 313 auto RecordContent = B.getContent().slice(RecordOffset, RecordLength); in processFDE() 322 PC.G.addAnonymousSymbol(B, RecordOffset, RecordLength, false, false); in processFDE()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDeserializer.h | 152 uint32_t RecordLength = EndOffset - Mapping.StartOffset; in visitKnownMemberImpl() local 154 if (auto EC = Mapping.Reader.readBytes(CVR.Data, RecordLength)) in visitKnownMemberImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2253 unsigned RecordLength = Record.size(); in parseMetadataAttachment() local 2256 if (RecordLength % 2 == 0) { in parseMetadataAttachment() 2265 for (unsigned i = 1; i != RecordLength; i = i + 2) { in parseMetadataAttachment()
|
| H A D | BitcodeReader.cpp | 3575 unsigned RecordLength = Record.size(); in parseUseLists() local 3576 if (RecordLength < 3) in parseUseLists()
|