Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
DDebugSubsectionRecord.cpp92 if (auto EC = Writer.padToAlignment(4)) in commit()
DDebugChecksumsSubsection.cpp104 if (auto EC = Writer.padToAlignment(4)) in commit()
DSymbolRecordMapping.cpp42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymReader.cpp110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
117 if (FileData.padToAlignment(4) || in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp95 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
DBinaryStreamReader.cpp155 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h187 Error padToAlignment(uint32_t Align);
DBinaryStreamReader.h271 Error padToAlignment(uint32_t Align);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp146 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
DDbiStreamBuilder.cpp239 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h203 Error padToAlignment(uint32_t Align);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() function in Ice::ELFDataSection
DIceELFObjectWriter.cpp400 Section->padToAlignment(Str, Align); in writeDataOfType()
591 Section->padToAlignment(Str, PointerSize); in writeJumpTable()
DIceELFSection.h134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp46 Offset = padToAlignment(Align); in getOSAndAlignedOffset()
51 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon69778e240111::ContiguousBlobAccumulator
1233 CBA.padToAlignment(4); in writeSectionContent()
1239 CBA.padToAlignment(4); in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
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()