Searched refs:createFromBuffer (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/tools/lto/ |
D | lto.cpp | 256 LTOModule::createFromBuffer(*LTOContext, mem, length, Options); in lto_module_create_from_memory() 267 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromBuffer( in lto_module_create_from_memory_with_path() 297 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromBuffer( in lto_module_create_in_codegen_context()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 108 createFromBuffer(LLVMContext &Context, const void *mem, size_t length,
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 104 createFromBuffer(LLVMContext &Context, const void *mem, size_t length,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 145 LTOModule::createFromBuffer(LLVMContext &Context, const void *mem, in createFromBuffer() function in LTOModule
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 145 LTOModule::createFromBuffer(LLVMContext &Context, const void *mem, in createFromBuffer() function in LTOModule
|