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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFStreamer.cpp 36 getAssembler().setIsThumbFunc(Symbol);
ARMELFStreamer.cpp 580 getAssembler().setIsThumbFunc(Func);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFStreamer.cpp 41 getAssembler().setIsThumbFunc(Symbol);
ARMELFStreamer.cpp 664 getAssembler().setIsThumbFunc(Func);
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 226 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.cpp 70 getAssembler().setIsThumbFunc(Func);
MCMachOStreamer.cpp 163 getAssembler().setIsThumbFunc(Symbol);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAssembler.h 249 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 283 getAssembler().setIsThumbFunc(Symbol);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCMachOStreamer.cpp 286 getAssembler().setIsThumbFunc(Symbol);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 772 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); }

Completed in 1151 milliseconds