Home
last modified time | relevance | path

Searched refs:getRelocModel (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { in getRelocModel() function
39 TT, CPU, FS, Options, getRelocModel(RM), in ARCTargetMachine()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp484 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing()
874 CodeGen.setCodePICModel(getRelocModel()); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp203 if (auto RM = getRelocModel()) in run()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp455 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, getRelocModel(), in compileModule()
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp416 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc60 LLVM_ATTRIBUTE_UNUSED static Optional<Reloc::Model> getRelocModel() {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp491 static llvm::Reloc::Model getRelocModel(ArgList &Args, in getRelocModel() function
874 Opts.RelocationModel = getRelocModel(Args, Diags); in ParseCodeGenArgs()