Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h38 uint32_t getSymbolDebugInfoByteSize() const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp60 uint32_t DbiModuleDescriptor::getSymbolDebugInfoByteSize() const { in getSymbolDebugInfoByteSize() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp40 uint32_t SymbolSize = Mod.getSymbolDebugInfoByteSize(); in reload()