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