Home
last modified time | relevance | path

Searched refs:alignOf (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp80 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk()
92 assert(SymLength % alignOf(CodeViewContainer::Pdb) == 0 && in addUnmergedSymbols()
192 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commitSymbolStream()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp70 assert(Writer.getOffset() % alignOf(Container) == 0 && in commit()
79 Header.Length = alignTo(DataSize, alignOf(Container)); in commit()
H A DSymbolRecordMapping.cpp42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h609 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp612 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb)); in analyzeSymbolSubsection()
689 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb)); in writeAllModuleSymbolRecords()