Home
last modified time | relevance | path

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

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