LLVM
8.0.1
|
#include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/BinaryFormat/COFF.h"
#include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
#include "llvm/DebugInfo/MSF/MSFBuilder.h"
#include "llvm/DebugInfo/MSF/MSFCommon.h"
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"
#include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h"
#include "llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h"
#include "llvm/DebugInfo/PDB/Native/RawConstants.h"
#include "llvm/DebugInfo/PDB/Native/RawError.h"
#include "llvm/Support/BinaryStreamWriter.h"
Go to the source code of this file.
Functions | |
static uint32_t | calculateDiSymbolStreamSize (uint32_t SymbolByteSize, uint32_t C13Size) |
Definition at line 29 of file DbiModuleDescriptorBuilder.cpp.
References llvm::alignTo(), and Size.
Referenced by llvm::pdb::DbiModuleDescriptorBuilder::finalizeMsfLayout().