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

  /external/llvm/include/llvm-c/
ExecutionEngine.h 144 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 622 LLVMFreeMachineCodeForFunction(gallivm->engine, func);
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 323 LLVMFreeMachineCodeForFunction(EE, F);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 622 LLVMFreeMachineCodeForFunction(gallivm->engine, func);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 277 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) {

Completed in 764 milliseconds