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

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 35 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/llvm/lib/Target/
TargetMachine.cpp 213 /// getRelocationModel - Returns the code generation relocation model. The
215 Reloc::Model TargetMachine::getRelocationModel() const {
218 return CodeGenInfo->getRelocationModel();

Completed in 344 milliseconds