Home
last modified time | relevance | path

Searched defs:getRelocationModel (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
/external/llvm/lib/Target/
DTargetMachine.cpp92 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h160 Reloc::Model getRelocationModel() const {return RM;} in getRelocationModel() function