Searched refs:Expected (Results 176 - 200 of 598) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h48 Expected<ModuleHandleT>
H A DExecutionUtils.h270 static Expected<std::unique_ptr<DynamicLibrarySearchGenerator>>
276 static Expected<std::unique_ptr<DynamicLibrarySearchGenerator>>
303 static Expected<std::unique_ptr<StaticLibraryDefinitionGenerator>>
309 static Expected<std::unique_ptr<StaticLibraryDefinitionGenerator>>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h52 llvm::Expected<lldb_private::DWARFEnumState>
H A DDWARFDebugInfo.h57 llvm::Expected<DWARFDebugAranges &> GetCompileUnitAranges();
H A DSymbolFileDWARFDwo.h41 llvm::Expected<lldb_private::TypeSystem &>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false);
H A DBugDriver.h119 Expected<std::string> compileSharedObject(const std::string &BitcodeFile);
154 Expected<std::string> executeProgram(const Module &Program,
163 Expected<std::string>
177 Expected<bool> diffProgram(const Module &Program,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h53 Expected<GraphDiffRenderer> getGraphDiffRenderer();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp111 llvm::Expected<SVR4LibraryInfo>
121 llvm::Expected<llvm::StringRef> string_or_error = ReadCStringFromMemory(
136 llvm::Expected<std::vector<SVR4LibraryInfo>>
165 llvm::Expected<SVR4LibraryInfo> info =
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h66 Expected<uint64_t> getAddrEntry(uint32_t Index) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h152 static llvm::Expected<InlineInfo> decode(DataExtractor &Data,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DTarget.h32 static llvm::Expected<Target> create(StringRef Target);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp66 Expected<std::unique_ptr<object::ObjectFile>> ObjOrErr =
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp63 auto Expected = CallbackAndCookie::Status::Initialized; local
65 if (!RunMe.Flag.compare_exchange_strong(Expected, Desired))
79 auto Expected = CallbackAndCookie::Status::Empty; local
81 if (!SetMe.Flag.compare_exchange_strong(Expected, Desired))
H A DFileOutputBuffer.cpp117 static Expected<std::unique_ptr<InMemoryBuffer>>
127 static Expected<std::unique_ptr<FileOutputBuffer>>
129 Expected<fs::TempFile> FileOrErr =
165 Expected<std::unique_ptr<FileOutputBuffer>>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp30 Expected<std::unique_ptr<MemoryBuffer>>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp25 if (Expected<StringRef> MaybeStr = Other[i])
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h94 Expected<Optional<StringRef>>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h21 template <typename T> class Expected;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h30 Expected<std::unique_ptr<LinkGraph>> buildGraph();
109 Expected<NormalizedSection &> findSectionByIndex(unsigned Index) {
120 Expected<NormalizedSymbol &> findSymbolByIndex(uint64_t Index) {
141 Expected<Symbol &> findSymbolByAddress(JITTargetAddress Address) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h50 static Expected<unsigned> getPageSize();
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DStrings.cpp36 Expected<GlobPattern> pat = GlobPattern::create(s);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTarget.cpp20 Expected<Target> Target::create(StringRef TargetValue) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h72 bool Check(State &Parent, llvm::Expected<bool> &&R);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp448 Expected<StringRef> DataOrErr = C.getBuffer();
468 Expected<sys::fs::perms> ModeOrErr = C.getAccessMode();
474 Expected<unsigned> UIDOrErr = C.getUID();
477 Expected<unsigned> GIDOrErr = C.getGID();
480 Expected<uint64_t> Size = C.getSize();
534 Expected<sys::fs::perms> ModeOrErr = C.getAccessMode();
552 Expected<StringRef> BufOrErr = C.getBuffer();
601 Expected<StringRef> NameOrErr = C.getName();
645 Expected<NewArchiveMember> NMOrErr =
652 Expected<st
[all...]

Completed in 362 milliseconds

1234567891011>>