Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp53 if (f->loadErrorStr) in TypeServerSource()
429 if (pdb->loadErrorStr) in getTypeServerSource()
431 tsPath, make_error<StringError>(*pdb->loadErrorStr, in getTypeServerSource()
H A DInputFiles.h328 std::optional<std::string> loadErrorStr; variable
H A DInputFiles.cpp928 loadErrorStr.emplace(toString(std::move(E))); in parse()
939 loadErrorStr.emplace(toString(expectedInfo.takeError())); in parse()