Home
last modified time | relevance | path

Searched refs:padToAlignment (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp82 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() function in CodeViewRecordIO
84 return Reader->padToAlignment(Align); in padToAlignment()
85 return Writer->padToAlignment(Align); in padToAlignment()
H A DDebugSubsectionRecord.cpp89 if (auto EC = Writer.padToAlignment(4)) in commit()
H A DDebugChecksumsSubsection.cpp104 if (auto EC = Writer.padToAlignment(4)) in commit()
H A DSymbolRecordMapping.cpp42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp95 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
H A DBinaryStreamReader.cpp154 Error BinaryStreamReader::padToAlignment(uint32_t Align) {
155 Error BinaryStreamReader::padToAlignment(uint32_t Align) { padToAlignment() function in BinaryStreamReader
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h180 Error padToAlignment(uint32_t Align); in bytesRemaining()
H A DBinaryStreamReader.h262 Error padToAlignment(uint32_t Align);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp109 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
116 if (FileData.padToAlignment(4) || in parse()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp159 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
H A DDbiStreamBuilder.cpp236 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h204 Error padToAlignment(uint32_t Align);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp128 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_HEADER_ALIGNMENT)); in loadNext()
134 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_DATA_ALIGNMENT)); in loadNext()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp79 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anone951591a0111::ContiguousBlobAccumulator
1826 CBA.padToAlignment(4); in writeSectionContent()
1832 CBA.padToAlignment(4); in writeSectionContent()