Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h51 std::string DependentLibraries; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h153 Range<Str> DependentLibraries; member
238 ArrayRef<storage::Str> DependentLibraries; variable
/external/clang/include/clang/Frontend/
DCodeGenOptions.h151 std::vector<std::string> DependentLibraries; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h121 std::vector<StringRef> DependentLibraries; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp92 std::vector<storage::Str> DependentLibraries; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h155 DependentLibraries, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp286 if (NamedMDNode *DependentLibraries = M.getNamedMetadata("llvm.dependent-libraries")) { in emitModuleMetadata() local