HomeSort by relevance Sort by last modified time
    Searched refs:Reloc (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 44 Reloc::Model RM, CodeModel::Model CM,
radeon_llvm_emit.cpp 123 TO, Reloc::Default, CodeModel::Default,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 151 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
PPCAsmPrinter.cpp 173 if (TM.getRelocationModel() == Reloc::Static) {
196 if (TM.getRelocationModel() != Reloc::Static &&
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 44 Reloc::Model RM, CodeModel::Model CM,
radeon_llvm_emit.cpp 123 TO, Reloc::Default, CodeModel::Default,
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 189 void InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, CodeModel::Model CM,
345 Reloc::Model RelocM;
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 71 llvm::Reloc::Model RM = llvm::Reloc::Default,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 392 llvm::Reloc::Model RM = llvm::Reloc::Default;
394 RM = llvm::Reloc::Static;
396 RM = llvm::Reloc::PIC_;
400 RM = llvm::Reloc::DynamicNoPIC;
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 244 if (Subtarget.getRelocationModel() == Reloc::PIC_)
373 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) {
387 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_;
410 IAH.Out(".reloc 0,R_MIPS_NONE," + Name);
MipsLongBranch.cpp 68 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
190 TM.getRelocationModel() == Reloc::PIC_)))
412 if ((TM.getRelocationModel() == Reloc::PIC_) &&
450 if (TM.getRelocationModel() == Reloc::PIC_) {
MipsAsmPrinter.cpp 564 Reloc::Model RM = Subtarget->getRelocationModel();
565 if (RM == Reloc::Static && !Subtarget->hasMips64())
MipsSEISelDAGToDAG.cpp 146 if (MF.getTarget().getRelocationModel() == Reloc::Static) {
256 if (TM.getRelocationModel() != Reloc::PIC_) {
Mips16ISelDAGToDAG.cpp 179 if (TM.getRelocationModel() != Reloc::PIC_) {
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 106 if (TM->getRelocationModel() != Reloc::PIC_)
ARMSubtarget.h 329 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
ARMAsmPrinter.cpp 591 Reloc::Model RelocM = TM.getRelocationModel();
592 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
620 if (RelocM == Reloc::DynamicNoPIC) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 70 Reloc::Model RM,
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.cpp 54 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/slang/
slang_backend.cpp 142 llvm::Reloc::Model RM = llvm::Reloc::Static;
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 79 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 92 Reloc::Model RelocM = TM.getRelocationModel();
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 194 config->setRelocationModel(llvm::Reloc::PIC_);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 418 static cl::opt<Reloc::Model>
421 cl::init(Reloc::Default),
423 clEnumValN(Reloc::Default, "default",
425 clEnumValN(Reloc::Static, "static",
427 clEnumValN(Reloc::PIC_, "pic",
429 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 223 ::llvm::Reloc::Static, ::llvm::CodeModel::Small,

Completed in 690 milliseconds

1 2 34 5