Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAssembler.h132 std::vector<std::vector<std::string>> LinkerOptions; variable
429 return LinkerOptions; in getLinkerOptions()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dlinker-options.test7 # CHECK: LinkerOptions [
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRSymtab.cpp159 if (NamedMDNode *LinkerOptions = in addModule() local
161 for (MDNode *MDOptions : LinkerOptions->operands()) in addModule()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h244 std::vector<std::string> LinkerOptions; variable
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h201 LinkerOptions, enumerator
495 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection()
502 return S->Kind == ChunkKind::LinkerOptions; in classof()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp170 for (auto &&Opt : CodeGenOpts.LinkerOptions) in Initialize()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp309 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitModuleMetadata() local
315 for (const auto *Operand : LinkerOptions->operands()) { in emitModuleMetadata()
1196 if (auto *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitModuleMetadata() local
1197 for (const auto *Option : LinkerOptions->operands()) { in emitModuleMetadata()
1792 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitLinkerDirectives() local
1798 for (const auto *Option : LinkerOptions->operands()) { in emitLinkerDirectives()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp103 LinkerOptions.clear(); in reset()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5432 MarshallingInfoStringVector<CodeGenOpts<"LinkerOptions">>;