HomeSort by relevance Sort by last modified time
    Searched refs:ARMAsmBackend (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
Android.mk 10 ARMAsmBackend.cpp \
ARMAsmBackend.cpp 1 //===-- ARMAsmBackend.cpp - ARM Assembler Backend -------------------------===//
42 class ARMAsmBackend : public MCAsmBackend {
47 ARMAsmBackend(const Target &T, const StringRef TT, bool IsLittle)
51 ~ARMAsmBackend() {
199 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
205 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
247 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
276 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
592 void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
733 void ARMAsmBackend::applyFixup(const MCFixup &Fixup, char *Data
    [all...]

Completed in 2047 milliseconds