Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp55 ulittle32_t SymBytes; // Size of local symbol debug info in above stream member
100 return Layout->SymBytes; in getSymbolDebugInfoByteSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp61 return Layout->SymBytes; in getSymbolDebugInfoByteSize()
DDbiModuleDescriptorBuilder.cpp111 Layout.SymBytes = SymbolByteSize + sizeof(uint32_t); in finalize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h230 support::ulittle32_t SymBytes; member