Home
last modified time | relevance | path

Searched refs:GnuHashHeader (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h284 struct GnuHashHeader { struct
307 Optional<GnuHashHeader> Header; argument
656 template <> struct MappingTraits<ELFYAML::GnuHashHeader> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
657 static void mapping(IO &IO, ELFYAML::GnuHashHeader &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h343 struct GnuHashHeader { struct
364 Optional<GnuHashHeader> Header; argument
839 template <> struct MappingTraits<ELFYAML::GnuHashHeader> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
840 static void mapping(IO &IO, ELFYAML::GnuHashHeader &Rel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1496 void MappingTraits<ELFYAML::GnuHashHeader>::mapping(IO &IO, in mapping()
1497 ELFYAML::GnuHashHeader &E) { in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1555 void MappingTraits<ELFYAML::GnuHashHeader>::mapping(IO &IO, in mapping()
1556 ELFYAML::GnuHashHeader &E) { in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1270 ELFYAML::GnuHashHeader Header; in dumpGnuHashSection()