Home
last modified time | relevance | path

Searched defs:DependentLibrariesSection (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h377 struct DependentLibrariesSection : Section { struct
381 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
383 static bool classof(const Chunk *S) { in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h508 struct DependentLibrariesSection : Section { struct
511 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument
513 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
517 static bool classof(const Chunk *S) { in classof()