Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h33 struct PdbSearchOptions { struct
49 static Expected<std::string> searchForPdb(const PdbSearchOptions &Opts); argument
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp174 NativeSession::searchForPdb(const PdbSearchOptions &Opts) { in searchForPdb()