Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp218 R->ErrorPath.resize(Count); in report()
219 auto It = R->ErrorPath.begin(); in report()
228 if (ErrorPath.empty()) { in getError()
233 for (const Path::Segment &S : llvm::reverse(ErrorPath)) { in getError()
360 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h682 std::vector<Path::Segment> ErrorPath; // Only valid in error state. Reversed. variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td115 def ErrorPath: Property<"error-path", "FileSpec">,