Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp84 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk()
96 assert(SymLength % alignOf(CodeViewContainer::Pdb) == 0 && in addUnmergedSymbols()
196 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commitSymbolStream()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp69 assert(Writer.getOffset() % alignOf(Container) == 0 && in commit()
78 Header.Length = alignTo(DataSize, alignOf(Container)); in commit()
H A DSymbolRecordMapping.cpp42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h621 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp607 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb)); in analyzeSymbolSubsection()
685 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb)); in writeAllModuleSymbolRecords()