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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 69 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) {}
ARMELFStreamer.cpp 139 void emitInst(uint32_t Inst, char Suffix = '\0') override;
269 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) {
413 void emitInst(uint32_t Inst, char Suffix = '\0') override;
493 void emitInst(uint32_t Inst, char Suffix) {
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 141 virtual void emitInst(uint32_t Inst, char Suffix = '\0');
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 88 milliseconds