/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | CodeViewRecordIO.cpp | 60 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()
|
D | DebugSubsectionRecord.cpp | 93 if (auto EC = Writer.padToAlignment(4)) in commit()
|
D | DebugChecksumsSubsection.cpp | 105 if (auto EC = Writer.padToAlignment(4)) in commit()
|
D | SymbolRecordMapping.cpp | 43 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 136 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit() 153 if (auto EC = SymbolWriter.padToAlignment(4)) in commit()
|
D | DbiStreamBuilder.cpp | 222 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) in generateFileInfoSubstream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 83 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
|
D | BinaryStreamReader.cpp | 125 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryStreamWriter.h | 174 Error padToAlignment(uint32_t Align);
|
D | BinaryStreamReader.h | 259 Error padToAlignment(uint32_t Align);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 139 Error padToAlignment(uint32_t Align);
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 37 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon210407000111::ContiguousBlobAccumulator 52 Offset = padToAlignment(Align); in getOSAndAlignedOffset()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() function in Ice::ELFDataSection
|
D | IceELFObjectWriter.cpp | 407 Section->padToAlignment(Str, Align); in writeDataOfType() 609 Section->padToAlignment(Str, PointerSize); in writeJumpTable()
|
D | IceELFSection.h | 134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 118 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/ |
D | yaml2elf.cpp | 38 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anona1a9d3580111::ContiguousBlobAccumulator 53 Offset = padToAlignment(Align); in getOSAndAlignedOffset()
|