Home
last modified time | relevance | path

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

12

/external/llvm-project/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.cpp90 if (auto EC = Writer.padToAlignment(4)) in commit()
DDebugChecksumsSubsection.cpp104 if (auto EC = Writer.padToAlignment(4)) in commit()
/external/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()
/external/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()
/external/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
/external/llvm-project/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
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamWriter.h187 Error padToAlignment(uint32_t Align);
DBinaryStreamReader.h272 Error padToAlignment(uint32_t Align);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h187 Error padToAlignment(uint32_t Align);
DBinaryStreamReader.h271 Error padToAlignment(uint32_t Align);
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DGsymReader.cpp110 if (FileData.padToAlignment(Hdr->AddrOffSize) || in parse()
117 if (FileData.padToAlignment(4) || in parse()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp145 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp146 if (auto EC = ModiWriter.padToAlignment(sizeof(uint32_t))) in commit()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp37 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anonfe6449970111::ContiguousBlobAccumulator
52 Offset = padToAlignment(Align); in getOSAndAlignedOffset()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h204 Error padToAlignment(uint32_t Align);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h203 Error padToAlignment(uint32_t Align);
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() function in Ice::ELFDataSection
DIceELFObjectWriter.cpp406 Section->padToAlignment(Str, Align); in writeDataOfType()
597 Section->padToAlignment(Str, PointerSize); in writeJumpTable()
DIceELFSection.h134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align);
/external/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 __anon0a8ae79e0111::ContiguousBlobAccumulator
1233 CBA.padToAlignment(4); in writeSectionContent()
1239 CBA.padToAlignment(4); in writeSectionContent()

12