Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h132 std::vector<std::vector<std::string>> LinkerOptions; variable
429 return LinkerOptions; in getLinkerOptions()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp159 if (NamedMDNode *LinkerOptions = in addModule() local
161 for (MDNode *MDOptions : LinkerOptions->operands()) in addModule()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h264 std::vector<std::string> LinkerOptions; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h203 LinkerOptions, enumerator
497 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection()
504 return S->Kind == ChunkKind::LinkerOptions; in classof()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp170 for (auto &&Opt : CodeGenOpts.LinkerOptions) in Initialize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp318 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitModuleMetadata() local
324 for (const auto *Operand : LinkerOptions->operands()) { in emitModuleMetadata()
1230 if (auto *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitModuleMetadata() local
1231 for (const auto *Option : LinkerOptions->operands()) { in emitModuleMetadata()
1826 if (NamedMDNode *LinkerOptions = M.getNamedMetadata("llvm.linker.options")) { in emitLinkerDirectives() local
1832 for (const auto *Option : LinkerOptions->operands()) { in emitLinkerDirectives()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp103 LinkerOptions.clear(); in reset()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5580 MarshallingInfoStringVector<CodeGenOpts<"LinkerOptions">>;