Home
last modified time | relevance | path

Searched refs:LinkerOptions (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h119 std::vector<std::vector<std::string>> LinkerOptions; variable
400 return LinkerOptions; in getLinkerOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp633 if (NamedMDNode *LinkerOptions = in parseMetadata() local
635 for (unsigned i = 0, e = LinkerOptions->getNumOperands(); i != e; ++i) { in parseMetadata()
636 MDNode *MDOptions = LinkerOptions->getOperand(i); in parseMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp150 if (NamedMDNode *LinkerOptions = in addModule() local
152 for (MDNode *MDOptions : LinkerOptions->operands()) in addModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h229 std::vector<std::string> LinkerOptions; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h199 LinkerOptions, enumerator
493 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection()
500 return S->Kind == ChunkKind::LinkerOptions; in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp310 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitModuleMetadata() local
316 for (const auto *Operand : LinkerOptions->operands()) { in emitModuleMetadata()
1174 if (auto *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitModuleMetadata() local
1175 for (const auto *Option : LinkerOptions->operands()) { in emitModuleMetadata()
1766 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitLinkerDirectives() local
1772 for (const auto *Option : LinkerOptions->operands()) { in emitLinkerDirectives()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp151 for (auto &&Opt : CodeGenOpts.LinkerOptions) in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp101 LinkerOptions.clear(); in reset()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4981 MarshallingInfoStringVector<CodeGenOpts<"LinkerOptions">>;