Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp79 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() function in CodeViewRecordIO
81 return Reader->padToAlignment(Align); in padToAlignment()
82 return Writer->padToAlignment(Align); in padToAlignment()
H A DDebugSubsectionRecord.cpp90 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamWriter.cpp95 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h187 Error padToAlignment(uint32_t Align);
H A DBinaryStreamReader.h271 Error padToAlignment(uint32_t Align);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
117 if (FileData.padToAlignment(4) || in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp155 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
H A DDbiStreamBuilder.cpp236 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h204 Error padToAlignment(uint32_t Align);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp129 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_HEADER_ALIGNMENT)); in loadNext()
135 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_DATA_ALIGNMENT)); in loadNext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp76 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anonae3a78450111::ContiguousBlobAccumulator
1666 CBA.padToAlignment(4); in writeSectionContent()
1672 CBA.padToAlignment(4); in writeSectionContent()