Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp2962 unsigned RecordLength = Record.size(); in parseUseLists() local
2963 if (RecordLength < 3) in parseUseLists()