Home
last modified time | relevance | path

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

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