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

  /external/llvm/tools/lto/
lto.cpp 322 static lto_code_gen_t createCodeGen(bool InLocalContext) {
335 return createCodeGen(/* InLocalContext */ false);
339 return createCodeGen(/* InLocalContext */ true);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 335 static lto_code_gen_t createCodeGen(bool InLocalContext) {
348 return createCodeGen(/* InLocalContext */ false);
352 return createCodeGen(/* InLocalContext */ true);

Completed in 59 milliseconds