Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h366 struct LinkerOptionsSection : Section { struct
370 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument
372 static bool classof(const Chunk *S) { in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h494 struct LinkerOptionsSection : Section { struct
497 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function
499 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
503 static bool classof(const Chunk *S) { in classof()