Home
last modified time | relevance | path

Searched refs:createFromBuffer (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/lto/
Dlto.cpp243 LTOModule::createFromBuffer(*LTOContext, mem, length, Options); in lto_module_create_from_memory()
255 LTOModule::createFromBuffer(*LTOContext, mem, length, Options, path); in lto_module_create_from_memory_with_path()
284 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromBuffer( in lto_module_create_in_codegen_context()
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h104 createFromBuffer(LLVMContext &Context, const void *mem, size_t length,
/external/llvm/lib/LTO/
DLTOModule.cpp145 LTOModule::createFromBuffer(LLVMContext &Context, const void *mem, in createFromBuffer() function in LTOModule