Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp60 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() function in CodeViewRecordIO
62 return Reader->padToAlignment(Align); in padToAlignment()
63 return Writer->padToAlignment(Align); in padToAlignment()
H A DDebugSubsectionRecord.cpp93 if (auto EC = Writer.padToAlignment(4)) in commit()
H A DDebugChecksumsSubsection.cpp105 if (auto EC = Writer.padToAlignment(4)) in commit()
H A DSymbolRecordMapping.cpp43 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamWriter.cpp83 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
H A DBinaryStreamReader.cpp125 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h174 Error padToAlignment(uint32_t Align);
H A DBinaryStreamReader.h260 Error padToAlignment(uint32_t Align);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h139 Error padToAlignment(uint32_t Align);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp145 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
H A DDbiStreamBuilder.cpp240 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp118 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_HEADER_ALIGNMENT)); in loadNext()
124 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_DATA_ALIGNMENT)); in loadNext()