Home
last modified time | relevance | path

Searched refs:FileLayout (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h24 struct FileLayout;
51 const FileLayout *Layout;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp46 struct ModInfo::FileLayout { struct in ModInfo
124 uint32_t Size = sizeof(FileLayout) + M + O; in getRecordLength()