OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replaceMachineCodeForFunction
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
29
void ARMJITInfo::
replaceMachineCodeForFunction
(void *Old, void *New) {
30
report_fatal_error("ARMJITInfo::
replaceMachineCodeForFunction
");
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp
29
void MipsJITInfo::
replaceMachineCodeForFunction
(void *Old, void *New) {
30
report_fatal_error("MipsJITInfo::
replaceMachineCodeForFunction
");
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp
465
void PPCJITInfo::
replaceMachineCodeForFunction
(void *Old, void *New) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp
34
void X86JITInfo::
replaceMachineCodeForFunction
(void *Old, void *New) {
Completed in 1424 milliseconds