Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h159 Range<Str> DependentLibraries; member
246 ArrayRef<storage::Str> DependentLibraries; variable
267 DependentLibraries = range(header().DependentLibraries); in Reader()
306 Specifiers.reserve(DependentLibraries.size()); in getDependentLibraries()
307 for (auto S : DependentLibraries) { in getDependentLibraries()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp99 std::vector<storage::Str> DependentLibraries; member
174 DependentLibraries.emplace_back(Specifier); in addModule()
370 writeRange(Hdr.DependentLibraries, DependentLibraries); in build()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h135 std::vector<StringRef> DependentLibraries; variable
178 ArrayRef<StringRef> getDependentLibraries() const { return DependentLibraries; } in getDependentLibraries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp105 static bool DependentLibraries; variable
225 opts::DependentLibraries = Args.hasArg(OPT_dependent_libraries); in parseOptions()
461 if (opts::DependentLibraries) in dumpObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h244 DependentLibraries, enumerator
552 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection()
559 return S->Kind == ChunkKind::DependentLibraries; in classof()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp168 for (auto &&Lib : CodeGenOpts.DependentLibraries) in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h281 std::vector<std::string> DependentLibraries; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp312 if (NamedMDNode *DependentLibraries = M.getNamedMetadata("llvm.dependent-libraries")) { in emitModuleMetadata() local
318 for (const auto *Operand : DependentLibraries->operands()) { in emitModuleMetadata()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp570 File->DependentLibraries = FOrErr->TheReader.getDependentLibraries(); in create()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8372 MarshallingInfoStringVector<CodeGenOpts<"DependentLibraries">>;