Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableModule.h40 virtual bool isWin32Module() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h48 bool isWin32Module() const override;
H A DSymbolizableObjectFile.cpp218 bool SymbolizableObjectFile::isWin32Module() const { in isWin32Module() function in SymbolizableObjectFile
H A DSymbolize.cpp678 if (DbiModuleDescriptor && DbiModuleDescriptor->isWin32Module()) in DemangleName()