Home
last modified time | relevance | path

Searched defs:DependentLibraries (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DIRSymtab.h158 Range<Str> DependentLibraries; member
243 ArrayRef<storage::Str> DependentLibraries; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp101 std::vector<storage::Str> DependentLibraries; member
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h122 std::vector<StringRef> DependentLibraries; variable
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h261 std::vector<std::string> DependentLibraries; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp109 static bool DependentLibraries; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h204 DependentLibraries, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp334 if (NamedMDNode *DependentLibraries = M.getNamedMetadata("llvm.dependent-libraries")) { in emitModuleMetadata() local