Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h92 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSubtarget.cpp277 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
/openbsd/src/gnu/llvm/llvm/lib/Target/
DTargetMachine.cpp68 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine