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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFStreamer.cpp 36 getAssembler().setIsThumbFunc(Symbol);
ARMELFStreamer.cpp 612 getAssembler().setIsThumbFunc(Func);
    [all...]
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 235 getAssembler().setIsThumbFunc(Symbol);
  /external/llvm/include/llvm/MC/
MCAssembler.h 1001 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
    [all...]

Completed in 200 milliseconds