Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h29 struct PdbSearchOptions { struct
45 static Expected<std::string> searchForPdb(const PdbSearchOptions &Opts); argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp165 NativeSession::searchForPdb(const PdbSearchOptions &Opts) { in searchForPdb()