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

  /external/llvm/include/llvm-c/
lto.h 591 extern void thinlto_codegen_dispose(thinlto_code_gen_t cg);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
lto.h 591 extern void thinlto_codegen_dispose(thinlto_code_gen_t cg);
  /external/llvm/tools/lto/
lto.cpp 468 void thinlto_codegen_dispose(thinlto_code_gen_t cg) { delete unwrap(cg); } function
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 501 void thinlto_codegen_dispose(thinlto_code_gen_t cg) { delete unwrap(cg); } function

Completed in 313 milliseconds