Home
last modified time | relevance | path

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

/llvm-project/clang/tools/clang-installapi/
H A DOptions.h94 struct LinkerOptions { struct
96 LibAttrs AllowableClients;
99 LibAttrs ReexportedLibraries;
102 LibAttrs ReexportedLibraryPaths;
105 LibAttrs ReexportedFrameworks;
108 LibAttrs RPaths;
111 PathSeq LibPaths;
114 PathSeq AliasLists;
117 std::string InstallName;
120 PackedVersion CurrentVersion;
[all …]
/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp124 SmallString<128> LinkerOptions; ConstructJob() local
/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp159 for (MDNode *MDOptions : LinkerOptions->operands()) in addModule() local
/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h95 std::vector<std::vector<std::string>> LinkerOptions; global() variable
/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h276 std::vector<std::string> LinkerOptions; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp309 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { emitModuleMetadata() local
1234 if (auto *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { emitModuleMetadata() local
1864 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { emitLinkerDirectives() local
/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp633 if (NamedMDNode *LinkerOptions = parseMetadata() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h228 LinkerOptions, enumerator