Home
last modified time | relevance | path

Searched defs:FileError (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DError.cpp20 FileError, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp288 std::error_code FileError; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h1301 FileError(const Twine &F, std::optional<size_t> LineNum, in FileError() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp85 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator