OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86AsmBackend
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
Android.mk
9
X86AsmBackend
.cpp \
X86AsmBackend.cpp
1
//===--
X86AsmBackend
.cpp - X86 Assembler Backend -------------------------===//
75
class
X86AsmBackend
: public MCAsmBackend {
80
X86AsmBackend
(const Target &T, StringRef _CPU)
240
bool
X86AsmBackend
::mayNeedRelaxation(const MCInst &Inst) const {
270
bool
X86AsmBackend
::fixupNeedsRelaxation(const MCFixup &Fixup,
280
void
X86AsmBackend
::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
299
bool
X86AsmBackend
::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
352
class ELFX86AsmBackend : public
X86AsmBackend
{
356
:
X86AsmBackend
(T, CPU), OSABI(_OSABI) {}
390
class WindowsX86AsmBackend : public
X86AsmBackend
{
[
all
...]
Completed in 884 milliseconds