Home
last modified time | relevance | path

Searched refs:getSymbolDebugInfoByteSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h36 uint32_t getSymbolDebugInfoByteSize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp52 uint32_t DbiModuleDescriptor::getSymbolDebugInfoByteSize() const { in getSymbolDebugInfoByteSize() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp51 uint32_t SymbolSize = Mod.getSymbolDebugInfoByteSize(); in reloadSerialize()