OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetInstructionOpcode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/bindings/python/llvm/
core.py
417
return OpCode.from_value(lib.
LLVMGetInstructionOpcode
(self))
589
library.
LLVMGetInstructionOpcode
.argtypes = [Instruction]
590
library.
LLVMGetInstructionOpcode
.restype = c_uint
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
521
Store_field(result, 0, Val_int(
LLVMGetInstructionOpcode
(Val)));
[
all
...]
/external/llvm/include/llvm-c/
Core.h
[
all
...]
/external/llvm/lib/IR/
Core.cpp
[
all
...]
Completed in 30 milliseconds