Searched refs:RecordLength (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupportImpl.h | 95 size_t RecordLength, size_t CIEDeltaFieldOffset); 97 size_t RecordLength, size_t CIEDeltaFieldOffset,
|
| H A D | EHFrameSupport.cpp | 269 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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2191 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 D | BitcodeReader.cpp | 2962 unsigned RecordLength = Record.size(); in parseUseLists() local 2963 if (RecordLength < 3) in parseUseLists()
|