OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyFixup
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetAsmBackend.h
90
///
ApplyFixup
- Apply the \arg Value for given \arg Fixup into the provided
93
virtual void
ApplyFixup
(const MCFixup &Fixup, char *Data, unsigned DataSize,
/external/llvm/lib/Target/MBlaze/
MBlazeAsmBackend.cpp
115
void
ApplyFixup
(const MCFixup &Fixup, char *Data, unsigned DataSize,
124
void ELFMBlazeAsmBackend::
ApplyFixup
(const MCFixup &Fixup, char *Data,
/external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp
93
void
ApplyFixup
(const MCFixup &Fixup, char *Data, unsigned DataSize,
/external/llvm/lib/Target/ARM/
ARMAsmBackend.cpp
388
void
ApplyFixup
(const MCFixup &Fixup, char *Data, unsigned DataSize,
398
void ELFARMAsmBackend::
ApplyFixup
(const MCFixup &Fixup, char *Data,
426
void
ApplyFixup
(const MCFixup &Fixup, char *Data, unsigned DataSize,
478
void DarwinARMAsmBackend::
ApplyFixup
(const MCFixup &Fixup, char *Data,
/external/llvm/lib/Target/X86/
X86AsmBackend.cpp
91
void
ApplyFixup
(const MCFixup &Fixup, char *Data, unsigned DataSize,
/external/llvm/lib/MC/
MCAssembler.cpp
625
getBackend().
ApplyFixup
(Fixup, DF->getContents().data(),
635
getBackend().
ApplyFixup
(Fixup, IF->getCode().data(),
Completed in 145 milliseconds