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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 261 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect
263 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMSubtarget.cpp 129 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect symbol.
131 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
ARMCodeEmitter.cpp 719 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMAsmPrinter.cpp 824 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel());
    [all...]
ARMFastISel.cpp 624 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 174 milliseconds