Home
last modified time | relevance | path

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

/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()
/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()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h621 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() function
/llvm-project/lld/COFF/
H A DPDB.cpp611 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb)); in analyzeSymbolSubsection()
689 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb)); in writeAllModuleSymbolRecords()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Duse-after-move.cpp1483 void alignOf() { in CtorInitLambda()
1448 void alignOf() { alignOf() function