Searched defs:getRelocationModel (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | JITTargetMachineBuilder.h | 90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function |
/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsSubtarget.cpp | 276 Reloc::Model MipsSubtarget::getRelocationModel() const { getRelocationModel() function in MipsSubtarget |
/llvm-project/llvm/lib/Target/ | ||
H A D | TargetMachine.cpp | 144 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } getRelocationModel() function in TargetMachine |