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 270 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect
272 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMSubtarget.cpp 130 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect symbol.
132 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
ARMCodeEmitter.cpp 718 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMAsmPrinter.cpp 851 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel());
    [all...]
ARMFastISel.cpp 679 if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 343 milliseconds