Home
last modified time | relevance | path

Searched refs:setResultPointer (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp94 MR.setResultPointer((void*)MBBOffset); in finishFunction()
113 MR.setResultPointer((void*)Addr); in finishFunction()
117 MR.setResultPointer((void*)Addr); in finishFunction()
122 MR.setResultPointer((void*)Addr); in finishFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h321 void setResultPointer(void *Ptr) { in setResultPointer() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp872 MR.setResultPointer(ResultPtr); in finishFunction()