Searched refs:getRelocModel (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.cpp | 23 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 D | llvm-lto.cpp | 484 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing() 874 CodeGen.setCodePICModel(getRelocModel()); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 203 if (auto RM = getRelocModel()) in run()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 455 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, getRelocModel(), in compileModule()
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | opt.cpp | 416 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.inc | 60 LLVM_ATTRIBUTE_UNUSED static Optional<Reloc::Model> getRelocModel() {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 491 static llvm::Reloc::Model getRelocModel(ArgList &Args, in getRelocModel() function 874 Opts.RelocationModel = getRelocModel(Args, Diags); in ParseCodeGenArgs()
|