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

  /external/llvm/include/llvm-c/
Core.h 106 typedef struct LLVMOpaqueValue *LLVMValueRef;
524 * The passed LLVMValueRef pointer should refer to an array of
525 * LLVMValueRef at least LLVMGetNamedMetadataNumOperands long. This
526 * array will be populated with the LLVMValueRef instances. Each
532 void LLVMGetNamedMetadataOperands(LLVMModuleRef M, const char* name, LLVMValueRef *Dest);
541 LLVMValueRef Val);
548 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
558 LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, const char *Name);
565 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
572 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M)
    [all...]
Analysis.h 50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
54 void LLVMViewFunctionCFG(LLVMValueRef Fn);
55 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn);
ExecutionEngine.h 100 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
104 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
108 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
124 LLVMValueRef *OutFn);
126 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn);
130 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
133 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
Target.h 216 LLVMValueRef GlobalVar);
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 404 CAMLprim LLVMTypeRef llvm_type_of(LLVMValueRef Val) {
436 CAMLprim value llvm_classify_value(LLVMValueRef Val) {
472 CAMLprim value llvm_value_name(LLVMValueRef Val) {
477 CAMLprim value llvm_set_value_name(value Name, LLVMValueRef Val) {
483 CAMLprim value llvm_dump_value(LLVMValueRef Val) {
491 CAMLprim LLVMValueRef llvm_operand(LLVMValueRef V, value I) {
496 CAMLprim value llvm_set_operand(LLVMValueRef U, value I, LLVMValueRef V) {
502 CAMLprim value llvm_num_operands(LLVMValueRef V)
    [all...]
  /external/llvm/lib/IR/
Core.cpp 431 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val) {
435 const char *LLVMGetValueName(LLVMValueRef Val) {
439 void LLVMSetValueName(LLVMValueRef Val, const char *Name) {
443 void LLVMDumpValue(LLVMValueRef Val) {
447 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) {
451 int LLVMHasMetadata(LLVMValueRef Inst) {
455 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) {
459 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef MD)
    [all...]
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 46 CAMLprim value llvm_verify_function(LLVMValueRef Fn) {
57 CAMLprim value llvm_assert_valid_function(LLVMValueRef Fn) {
63 CAMLprim value llvm_view_function_cfg(LLVMValueRef Fn) {
69 CAMLprim value llvm_view_function_cfg_only(LLVMValueRef Fn) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 176 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
186 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
199 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) {
229 LLVMValueRef *OutFn) {
237 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn) {
245 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
250 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) {
  /external/llvm/lib/Analysis/
Analysis.cpp 94 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
99 void LLVMViewFunctionCFG(LLVMValueRef Fn) {
104 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) {
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 229 LLVMValueRef Found;
238 CAMLprim value llvm_ee_run_function(LLVMValueRef F, value Args,
269 CAMLprim value llvm_ee_run_function_as_main(LLVMValueRef F,
321 CAMLprim value llvm_ee_free_machine_code(LLVMValueRef F,
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 88 LLVMValueRef GlobalVar) {
  /external/llvm/lib/Target/
Target.cpp 98 LLVMValueRef GlobalVar) {

Completed in 97 milliseconds