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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 279 Reloc::Model RelocM;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 539 Reloc::Model RelocM = TM.getRelocationModel();
540 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
553 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
ARMCodeEmitter.cpp 641 Reloc::Model RelocM = TM.getRelocationModel();
644 Subtarget->GVIsIndirectSymbol(GV, RelocM),
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 1396 milliseconds