Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDJITTargetMachineBuilder.h83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.cpp272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachine.cpp70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine