Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dmodule.c75 isn = LLVMGetNextInstruction(isn)) { in module_list_functions()
/external/llvm/bindings/python/llvm/
Dcore.py407 i = lib.LLVMGetNextInstruction(self)
583 library.LLVMGetNextInstruction.argtypes = [Instruction]
584 library.LLVMGetNextInstruction.restype = c_object_p
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c418 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c418 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
/external/llvm/include/llvm-c/
DCore.h2341 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp1833 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function