Home
last modified time | relevance | path

Searched refs:LLVMGetNextInstruction (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-c-test/
Dmodule.c99 isn = LLVMGetNextInstruction(isn)) { in module_list_functions()
/external/llvm/bindings/python/llvm/
Dcore.py407 i = lib.LLVMGetNextInstruction(self)
580 library.LLVMGetNextInstruction.argtypes = [Instruction]
581 library.LLVMGetNextInstruction.restype = c_object_p
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c418 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
/external/llvm/include/llvm-c/
DCore.h2316 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp1988 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
/external/llvm/bindings/go/llvm/
Dir.go1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }