Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp60 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment() function in CodeViewRecordIO
62 return Reader->padToAlignment(Align); in padToAlignment()
63 return Writer->padToAlignment(Align); in padToAlignment()
DDebugSubsectionRecord.cpp93 if (auto EC = Writer.padToAlignment(4)) in commit()
DDebugChecksumsSubsection.cpp105 if (auto EC = Writer.padToAlignment(4)) in commit()
DSymbolRecordMapping.cpp43 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp136 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
153 if (auto EC = SymbolWriter.padToAlignment(4)) in commit()
DDbiStreamBuilder.cpp222 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamWriter.cpp83 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
DBinaryStreamReader.cpp125 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h174 Error padToAlignment(uint32_t Align);
DBinaryStreamReader.h259 Error padToAlignment(uint32_t Align);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h139 Error padToAlignment(uint32_t Align);
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp37 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon210407000111::ContiguousBlobAccumulator
52 Offset = padToAlignment(Align); in getOSAndAlignedOffset()
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() function in Ice::ELFDataSection
DIceELFObjectWriter.cpp407 Section->padToAlignment(Str, Align); in writeDataOfType()
609 Section->padToAlignment(Str, PointerSize); in writeJumpTable()
DIceELFSection.h134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWindowsResource.cpp118 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_HEADER_ALIGNMENT)); in loadNext()
124 RETURN_IF_ERROR(Reader.padToAlignment(WIN_RES_DATA_ALIGNMENT)); in loadNext()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp38 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anona1a9d3580111::ContiguousBlobAccumulator
53 Offset = padToAlignment(Align); in getOSAndAlignedOffset()