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

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

Completed in 180 milliseconds