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/
ARMAsmBackend.cpp 1 //===-- ARMAsmBackend.cpp - ARM Assembler Backend -------------------------===//
42 class ARMAsmBackend : public MCAsmBackend {
46 ARMAsmBackend(const Target &T, const StringRef TT)
50 ~ARMAsmBackend() {
161 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
167 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
203 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
221 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
523 void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
608 void ARMAsmBackend::applyFixup(const MCFixup &Fixup, char *Data
    [all...]
Android.mk 10 ARMAsmBackend.cpp \

Completed in 40 milliseconds