Home
last modified time | relevance | path

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

/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()
/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) { in padToAlignment() function in BinaryStreamReader
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h180 Error padToAlignment(uint32_t Align);
H A DBinaryStreamReader.h262 Error padToAlignment(uint32_t Align);
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp108 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
115 if (FileData.padToAlignment(4) || in parse()
/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()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h204 Error padToAlignment(uint32_t Align);
/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()
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp845 EXPECT_THAT_ERROR(Writer.padToAlignment(111), Succeeded()); in TEST_F()
849 EXPECT_THAT_ERROR(Writer.padToAlignment(11), Succeeded()); in TEST_F()
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp76 uint64_t padToAlignment(unsigned Align) { in takeLimitError()
1845 CBA.padToAlignment(Align); in writeSectionContent()
1849 CBA.padToAlignment(Align); in writeSectionContent()
79 uint64_t padToAlignment(unsigned Align) { padToAlignment() function in __anon934faf2d0111::ContiguousBlobAccumulator