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

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 40 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/llvm/lib/Target/
TargetMachine.cpp 89 /// getRelocationModel - Returns the code generation relocation model. The
91 Reloc::Model TargetMachine::getRelocationModel() const {
94 return CodeGenInfo->getRelocationModel();
132 bool isPIC = getRelocationModel() == Reloc::PIC_;
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 94 inline llvm::Reloc::Model getRelocationModel() const
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 207 Reloc::Model getRelocationModel() const {return RM;}

Completed in 114 milliseconds