Searched refs:Error (Results 226 - 250 of 911) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h53 : public rpc::Function<RemoveObject, Error(ObjHandleT)> {
75 Error(ObjHandleT)> {
95 : public rpc::Function<ReleaseRemoteSymbol, Error(RemoteSymbolId)> {
115 std::function<void(Error)> ReportError)
175 Error teeLog(Error Err) {
181 return Error(std::move(EIB));
185 Error badRemoteSymbolIdError(RemoteSymbolId Id) {
189 Error badObjectHandleError(ObjHandleT H) {
225 std::function<void(Error)> ReportErro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp41 llvm::Error Header::checkForError() const {
61 return Error::success();
80 if (llvm::Error Err = H.checkForError())
85 llvm::Error Header::encode(FileWriter &O) const {
87 if (llvm::Error Err = checkForError())
98 return Error::success();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h31 llvm::Error readBytes(char *Dst, unsigned Size) override {
46 return llvm::Error::success();
49 llvm::Error appendBytes(const char *Src, unsigned Size) override {
64 return llvm::Error::success();
67 llvm::Error send() override { return llvm::Error::success(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp13 Error RecordInitializer::visit(BufferExtents &R) {
27 return Error::success();
30 Error RecordInitializer::visit(WallclockRecord &R) {
56 return Error::success();
59 Error RecordInitializer::visit(NewCPUIDRecord &R) {
81 return Error::success();
84 Error RecordInitializer::visit(TSCWrapRecord &R) {
99 return Error::success();
102 Error RecordInitializer::visit(CustomEventRecord &R) {
172 return Error
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp42 if (Error Err = runCycle())
51 Error Pipeline::runCycle() {
52 Error Err = ErrorSuccess();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h20 #include "llvm/Support/Error.h"
84 Error ensureTypeExists(TypeIndex Index);
87 Error visitRangeForType(TypeIndex TI);
88 Error fullScanForType(TypeIndex TI);
H A DDebugInlineeLinesSubsection.h21 #include "llvm/Support/Error.h"
53 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
72 Error initialize(BinaryStreamReader Reader);
73 Error initialize(BinaryStreamRef Section) {
102 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugSubsection.h41 virtual Error commit(BinaryStreamWriter &Writer) const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h20 #include "llvm/Support/Error.h"
58 Error finalizeMsfLayout();
62 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef Buffer);
69 Error finalize();
H A DDbiModuleList.h19 #include "llvm/Support/Error.h"
73 Error initialize(BinaryStreamRef ModInfo, BinaryStreamRef FileInfo);
86 Error initializeModInfo(BinaryStreamRef ModInfo);
87 Error initializeFileInfo(BinaryStreamRef FileInfo);
H A DInjectedSourceStream.h14 #include "llvm/Support/Error.h"
27 Error reload(const PDBStringTable &Strings);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h39 Error printSymbolName(raw_ostream &OS, DataRefImpl Symb) const override {
43 return Error::success();
106 Error writeImportLibrary(StringRef ImportName, StringRef Path,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DRemarkStreamer.h18 #include "llvm/Support/Error.h"
53 Error setFilter(StringRef Filter);
65 RemarkSetupErrorInfo(Error E) {
101 Error setupOptimizationRemarks(LLVMContext &Context, raw_ostream &OS,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp15 static llvm::Error make_string_error(const llvm::Twine &Message) {
52 llvm::Error StandaloneToolExecutor::execute(
69 return llvm::Error::success();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h30 #include "llvm/Support/Error.h"
59 ErrorKind Error; member in class:clang::ImportError
63 ImportError() : Error(Unknown) {}
64 ImportError(const ImportError &Other) : Error(Other.Error) {}
66 Error = Other.Error;
69 ImportError(ErrorKind Error) : Error(Error) { } argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp144 Error CtorDtorRunner::run() {
167 return Error::success();
188 Error LocalCXXRuntimeOverrides::enable(JITDylib &JD,
217 Error DynamicLibrarySearchGenerator::tryToGenerate(
246 return Error::success();
264 Error Err = Error::success();
275 Error StaticLibraryDefinitionGenerator::tryToGenerate(
282 return Error::success();
286 return Error
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp68 std::string Error; local
69 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
72 *ErrorStr = Error;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h15 #include "llvm/Support/Error.h"
69 // llvm::Error support
70 explicit Status(llvm::Error error) { *this = std::move(error); }
71 const Status &operator=(llvm::Error error);
72 llvm::Error ToError() const;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp84 Error DumpOutputStyle::dump() {
228 return Error::success();
237 Error DumpOutputStyle::dumpFileSummary() {
242 return Error::success();
269 return Error::success();
376 Error DumpOutputStyle::dumpStreamSummary() {
381 return Error::success();
409 return Error::success();
579 Error DumpOutputStyle::dumpModules() {
584 return Error
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h28 #include "llvm/Support/Error.h"
52 Error merge(const MemoryBuffer &Manifest);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DWriter.h13 #include "llvm/Support/Error.h"
30 virtual llvm::Error writeFile(const File &linkedFile, StringRef path) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp14 #include "llvm/Support/Error.h"
30 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream,
44 return Error::success();
71 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer) const {
95 return Error::success();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h76 /// written to 'Error'.
78 raw_ostream &Error) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h14 #include "llvm/Support/Error.h"
34 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h21 #include "llvm/Support/Error.h"
61 Error runCycle();

Completed in 325 milliseconds

1234567891011>>