Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp73 assert(Writer.getOffset() % alignOf(Container) == 0 && in commit()
82 Header.Length = alignTo(DataSize, alignOf(Container)); in commit()
H A DSymbolRecordMapping.cpp43 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp81 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk()
161 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commit()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h589 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp891 size_t Size = alignTo(Sym.length(), alignOf(CodeViewContainer::Pdb)); in copyAndAlignSymbol()
1028 alignTo(Sym.length(), alignOf(CodeViewContainer::Pdb)); in mergeSymbolRecords()
1048 Alloc.Allocate(TotalRealignedSize, alignOf(CodeViewContainer::Pdb)); in mergeSymbolRecords()