Home
last modified time | relevance | path

Searched defs:LinkerOptions (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp127 SmallString<128> LinkerOptions; in ConstructJob() local
H A DClang.cpp9137 const llvm::DenseSet<unsigned> LinkerOptions{OPT_mllvm, OPT_Zlinker_input}; in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h169 std::vector<std::vector<std::string>> LinkerOptions; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp157 if (NamedMDNode *LinkerOptions = in addModule() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h284 std::vector<std::string> LinkerOptions; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp636 if (NamedMDNode *LinkerOptions = in parseMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp372 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitLinkerDirectives() local
1341 if (auto *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitLinkerDirectives() local
1924 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitLinkerDirectives() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h243 LinkerOptions, enumerator