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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 37 bool AArch64Subtarget::GVIsIndirectSymbol(const GlobalValue *GV,
AArch64Subtarget.h 46 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
AArch64AsmPrinter.cpp 118 } else if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 167 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect symbol.
169 ARMSubtarget::GVIsIndirectSymbol(const GlobalValue *GV,
ARMSubtarget.h 302 /// GVIsIndirectSymbol - true if the GV will be accessed via an indirect
304 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMAsmPrinter.cpp     [all...]
ARMCodeEmitter.cpp 729 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMFastISel.cpp 625 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 132 milliseconds