Searched refs:BCOrErr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp111 Expected<MemoryBufferRef> BCOrErr = findBitcodeInMemBuffer(Object); local
112 if (!BCOrErr)
113 return BCOrErr.takeError();
116 getBitcodeModuleList(*BCOrErr);
132 new IRObjectFile(*BCOrErr, std::move(Mods)));
137 Expected<MemoryBufferRef> BCOrErr = local
139 if (!BCOrErr)
140 return BCOrErr.takeError();
142 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr);
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp85 Expected<MemoryBufferRef> BCOrErr = local
87 if (errorToBool(BCOrErr.takeError()))
91 expectedToErrorOrAndEmitErrors(Context, getBitcodeTargetTriple(*BCOrErr));
98 Expected<MemoryBufferRef> BCOrErr = local
100 if (errorToBool(BCOrErr.takeError()))
104 Context, getBitcodeProducerString(*BCOrErr));

Completed in 224 milliseconds