Home
last modified time | relevance | path

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

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