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

  /external/llvm/include/llvm-c/
lto.h 569 } LTOObjectBuffer;
636 extern LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
lto.h 569 } LTOObjectBuffer;
636 extern LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
  /external/llvm/tools/lto/
lto.cpp 480 LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
484 return LTOObjectBuffer{MemBuffer->getBufferStart(),
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 513 LTOObjectBuffer thinlto_module_get_object(thinlto_code_gen_t cg,
517 return LTOObjectBuffer{MemBuffer->getBufferStart(),

Completed in 58 milliseconds