Searched defs:getRelocationModel (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h40 Reloc::Model getRelocationModel() const { return RelocationModel; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/
H A DTargetMachine.cpp62 /// getRelocationModel - Returns the code generation relocation model. The
64 Reloc::Model TargetMachine::getRelocationModel() const { function in class:TargetMachine
67 return CodeGenInfo->getRelocationModel();
85 if (getRelocationModel() == Reloc::PIC_ &&

Completed in 67 milliseconds