HomeSort by relevance Sort by last modified time
    Searched refs:createInContext (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/LTO/
LTOModule.h 110 createInContext(const void *mem, size_t length, TargetOptions options,
  /external/llvm/lib/LTO/
LTOModule.cpp 136 return createInContext(mem, length, options, path, &Context);
142 return createInContext(mem, length, options, path, nullptr);
146 LTOModule::createInContext(const void *mem, size_t length,
  /external/llvm/tools/lto/
lto.cpp 265 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createInContext(

Completed in 161 milliseconds