/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | CodeViewRecordIO.cpp | 79 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()
|
D | DebugSubsectionRecord.cpp | 90 if (auto EC = Writer.padToAlignment(4)) in commit()
|
D | DebugChecksumsSubsection.cpp | 104 if (auto EC = Writer.padToAlignment(4)) in commit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | CodeViewRecordIO.cpp | 79 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()
|
D | DebugSubsectionRecord.cpp | 92 if (auto EC = Writer.padToAlignment(4)) in commit()
|
D | DebugChecksumsSubsection.cpp | 104 if (auto EC = Writer.padToAlignment(4)) in commit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | GsymReader.cpp | 110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse() 117 if (FileData.padToAlignment(4) || in parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 95 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
|
D | BinaryStreamReader.cpp | 155 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
|
/external/llvm-project/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 95 Error BinaryStreamWriter::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamWriter
|
D | BinaryStreamReader.cpp | 155 Error BinaryStreamReader::padToAlignment(uint32_t Align) { in padToAlignment() function in BinaryStreamReader
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | BinaryStreamWriter.h | 187 Error padToAlignment(uint32_t Align);
|
D | BinaryStreamReader.h | 272 Error padToAlignment(uint32_t Align);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamWriter.h | 187 Error padToAlignment(uint32_t Align);
|
D | BinaryStreamReader.h | 271 Error padToAlignment(uint32_t Align);
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 145 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | GsymReader.cpp | 110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse() 117 if (FileData.padToAlignment(4) || in parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 146 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 203 Error padToAlignment(uint32_t Align);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 204 Error padToAlignment(uint32_t Align);
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 37 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon35a54e5e0111::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 | 406 Section->padToAlignment(Str, Align); in writeDataOfType() 597 Section->padToAlignment(Str, PointerSize); in writeJumpTable()
|
D | IceELFSection.h | 134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 46 Offset = padToAlignment(Align); in getOSAndAlignedOffset() 51 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon637653e50111::ContiguousBlobAccumulator 1233 CBA.padToAlignment(4); in writeSectionContent() 1239 CBA.padToAlignment(4); in writeSectionContent()
|