Searched refs:createFromBuffer (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/lto/ |
D | lto.cpp | 243 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/ |
D | LTOModule.h | 104 createFromBuffer(LLVMContext &Context, const void *mem, size_t length,
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 145 LTOModule::createFromBuffer(LLVMContext &Context, const void *mem, in createFromBuffer() function in LTOModule
|