Searched refs:RecordLength (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupportImpl.h | |
| H A D | EHFrameSupport.cpp | 190 processCIE(ParseContext & PC,Block & B,size_t RecordOffset,size_t RecordLength,size_t CIEDeltaFieldOffset,const BlockEdgeMap & BlockEdges) processCIE() argument 305 processFDE(ParseContext & PC,Block & B,size_t RecordOffset,size_t RecordLength,size_t CIEDeltaFieldOffset,uint32_t CIEDelta,const BlockEdgeMap & BlockEdges) processFDE() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | GOFFObjectFile.cpp | 40 if ((Object.getBufferSize() % GOFF::RecordLength) != 0) { in GOFFObjectFile() 56 if ((base()[Object.getBufferSize() - GOFF::RecordLength + 1] & 0xF0) >> 4 != in GOFFObjectFile() 70 for (const uint8_t *I = base(); I < End; I += GOFF::RecordLength) { in GOFFObjectFile() 74 size_t RecordNum = (I - base()) / GOFF::RecordLength; in GOFFObjectFile() 107 LLVM_DEBUG(for (size_t J = 0; J < GOFF::RecordLength; ++J) { in GOFFObjectFile() 601 std::min(DataLength, (uint16_t)(GOFF::RecordLength - DataIndex)); in getContinuousData()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 148 if (RemainingSize > GOFF::RecordLength) in writeRecordPrefix() 177 assert((Remains < GOFF::RecordLength) && in fillRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | GOFF.h | 28 constexpr uint8_t RecordLength = 80; 31 constexpr uint8_t RecordContentLength = RecordLength - RecordPrefixLength; 24 constexpr uint8_t RecordLength = 80; global() variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 60 assert(ByteIndex < GOFF::RecordLength && "Byte index out of bounds!"); in getBits() 70 assert(ByteIndex + sizeof(T) <= GOFF::RecordLength && in get()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | msvc | 37 # test for RecordType~LibraryHeaderRecord=0xF0 + RecordLength=???Dh + dictionary offset is multiple… 57 # 2**4=16 <= RecordLength+3 = PageSize = 2**n {16 32 512 no examples 64 128 256 1024 2048 ...32768}…
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2377 unsigned RecordLength = Record.size(); in parseMetadataAttachment() local 2380 if (RecordLength % 2 == 0) { in parseMetadataAttachment() 2389 for (unsigned i = 1; i != RecordLength; i = i + 2) { in parseMetadataAttachment()
|
| H A D | BitcodeReader.cpp | 3757 unsigned RecordLength = Record.size(); in parseUseLists() local 3758 if (RecordLength < 3) in parseUseLists()
|