Searched defs:ErrorMessage (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextAPIContext.h24 std::string ErrorMessage; member in struct:llvm::MachO::TextAPIContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp109 std::string ErrorMessage; local
H A DCompilationDatabase.cpp64 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage) argument
80 findCompilationDatabaseFromDirectory(StringRef Directory, std::string &ErrorMessage) argument
104 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage) argument
119 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage) argument
[all...]
H A DJSONCompilationDatabase.cpp331 bool JSONCompilationDatabase::parse(std::string &ErrorMessage) { argument
196 loadFromFile(StringRef FilePath, std::string &ErrorMessage, JSONCommandLineSyntax Syntax) argument
216 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage, JSONCommandLineSyntax Syntax) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp66 LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, char **ErrorMessage) argument
185 LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, raw_pwrite_stream &OS, LLVMCodeGenFileType codegen, char **ErrorMessage) argument
219 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) argument
232 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp64 LLVMCreateBinary(LLVMMemoryBufferRef MemBuf, LLVMContextRef Context, char **ErrorMessage) argument
135 LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, const char *Arch, size_t ArchLen, char **ErrorMessage) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1800 std::string ErrorMessage = local
1808 std::string ErrorMessage = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp392 LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, char **ErrorMessage) argument

Completed in 60 milliseconds