Searched refs:MBRef (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h50 FindThinLTOModule(llvm::MemoryBufferRef MBRef);
H A DCodeGenAction.h53 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp135 Expected<IRSymtabFile> object::readIRSymtab(MemoryBufferRef MBRef) { argument
138 IRObjectFile::findBitcodeInMemBuffer(MBRef);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h85 Expected<IRSymtabFile> readIRSymtab(MemoryBufferRef MBRef);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h54 MemoryBufferRef MBRef; member in struct:llvm::LTOModule
64 LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp45 LTOModule::LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef, argument
47 : Mod(std::move(M)), MBRef(MBRef), _target(TM) {
73 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp345 MemoryBufferRef MBRef = (*MOrErr)->getMemBufferRef(); local
348 appendFile(Members, LibMachine, LibMachineSource, MBRef);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1039 CodeGenAction::loadModule(MemoryBufferRef MBRef) { argument
1058 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef);
1079 if (std::unique_ptr<llvm::Module> M = parseIR(MBRef, Err, *VMContext))
H A DBackendUtil.cpp1338 Expected<BitcodeModule> clang::FindThinLTOModule(MemoryBufferRef MBRef) { argument
1339 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef);

Completed in 208 milliseconds