Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h181 Error padToAlignment(uint32_t Align);
H A DBinaryStreamReader.h264 Error padToAlignment(uint32_t Align);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
117 if (FileData.padToAlignment(4) || in parse()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h204 Error padToAlignment(uint32_t Align);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp78 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anonb6441e910111::ContiguousBlobAccumulator
1706 CBA.padToAlignment(4); in writeSectionContent()
1712 CBA.padToAlignment(4); in writeSectionContent()