Home
last modified time | relevance | path

Searched refs:ModuleInfoHeader (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h21 struct ModuleInfoHeader;
53 const ModuleInfoHeader *Layout = nullptr;
H A DDbiModuleDescriptorBuilder.h151 ModuleInfoHeader Layout;
H A DRawTypes.h212 struct ModuleInfoHeader { struct
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp82 uint32_t Size = sizeof(ModuleInfoHeader) + M + O; in getRecordLength()