Searched refs:tryToDisassembleWithLLVM (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/
H A DLLVMDisassembler.h35 bool tryToDisassembleWithLLVM(const MacroAssemblerCodePtr& codePtr, size_t size, const char* prefix, PrintStream& out, InstructionSubsetHint);
39 inline bool tryToDisassembleWithLLVM(const MacroAssemblerCodePtr&, size_t, const char*, PrintStream&, InstructionSubsetHint) { return false; }
H A DX86Disassembler.cpp52 return tryToDisassembleWithLLVM(codePtr, size, prefix, out, subsetHint);
59 && tryToDisassembleWithLLVM(codePtr, size, prefix, out, LLVMSubset))
64 if (tryToDisassembleWithLLVM(codePtr, size, prefix, out, subsetHint))
H A DARM64Disassembler.cpp66 return tryToDisassembleWithLLVM(codePtr, size, prefix, out, hint);
H A DLLVMDisassembler.cpp79 bool tryToDisassembleWithLLVM( function in namespace:JSC

Completed in 141 milliseconds