HomeSort by relevance Sort by last modified time
    Searched defs:finishFunction (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 69 /// finishFunction - This callback is invoked after the function is completely
71 bool ELFCodeEmitter::finishFunction(MachineFunction &MF) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 338 // finishFunction().
343 /// finishFunction.
394 virtual bool finishFunction(MachineFunction &F);
816 bool JITEmitter::finishFunction(MachineFunction &F) {
    [all...]

Completed in 1756 milliseconds