Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp135 Expected<IRSymtabFile> object::readIRSymtab(MemoryBufferRef MBRef) { in readIRSymtab() argument
138 IRObjectFile::findBitcodeInMemBuffer(MBRef); in readIRSymtab()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h53 MemoryBufferRef MBRef; member
63 LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef,
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h75 LLVM_ABI Expected<BitcodeModule> findThinLTOModule(MemoryBufferRef MBRef);
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h84 LLVM_ABI Expected<IRSymtabFile> readIRSymtab(MemoryBufferRef MBRef);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp42 LTOModule::LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef, in LTOModule() argument
44 : Mod(std::move(M)), MBRef(MBRef), _target(TM) { in LTOModule()
71 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
H A DLTOBackend.cpp742 Expected<BitcodeModule> lto::findThinLTOModule(MemoryBufferRef MBRef) { in findThinLTOModule() argument
743 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in findThinLTOModule()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1007 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() argument
1026 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
1052 if (std::unique_ptr<llvm::Module> M = parseIR(MBRef, Err, *VMContext)) { in loadModule()
1067 Expected<std::vector<BitcodeModule>> BMsOrErr = getBitcodeModuleList(MBRef); in loadModule()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp488 MemoryBufferRef MBRef = (*MOrErr)->getMemBufferRef(); in libDriverMain() local
491 appendFile(Members, LibMachine, LibMachineSource, MBRef); in libDriverMain()