Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp276 return TM.getRelocationModel(); in getRelocationModel() function in MipsSubtarget
/freebsd-src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp123 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } getRelocationModel() function in TargetMachine