Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp81 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() function in CodeViewRecordIO
83 return Reader->padToAlignment(Align); in padToAlignment()
84 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-15.0.7/llvm/lib/Support/
H A DBinaryStreamWriter.cpp94 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
H A DBinaryStreamReader.cpp155 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h181 Error padToAlignment(uint32_t Align);
H A DBinaryStreamReader.h264 Error padToAlignment(uint32_t Align);
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
117 if (FileData.padToAlignment(4) || in parse()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp159 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
H A DDbiStreamBuilder.cpp235 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h206 Error padToAlignment(uint32_t Align);
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp844 EXPECT_THAT_ERROR(Writer.padToAlignment(111), Succeeded()); in TEST_F()
848 EXPECT_THAT_ERROR(Writer.padToAlignment(11), Succeeded()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp127 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_HEADER_ALIGNMENT)); in loadNext()
133 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_DATA_ALIGNMENT)); in loadNext()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp77 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon2264ce4a0111::ContiguousBlobAccumulator
1702 CBA.padToAlignment(4); in writeSectionContent()
1708 CBA.padToAlignment(4); in writeSectionContent()