Home
last modified time | relevance | path

Searched refs:VerneedEntry (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h324 struct VerneedEntry { struct
332 Optional<std::vector<VerneedEntry>> VerneedV; argument
523 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::VerneedEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
672 template <> struct MappingTraits<ELFYAML::VerneedEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
673 static void mapping(IO &IO, ELFYAML::VerneedEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h388 struct VerneedEntry { struct
395 Optional<std::vector<VerneedEntry>> VerneedV; argument
680 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::VerneedEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
855 template <> struct MappingTraits<ELFYAML::VerneedEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
856 static void mapping(IO &IO, ELFYAML::VerneedEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1532 void MappingTraits<ELFYAML::VerneedEntry>::mapping(IO &IO, in mapping()
1533 ELFYAML::VerneedEntry &E) { in mapping()
DELFEmitter.cpp1081 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1386 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1591 void MappingTraits<ELFYAML::VerneedEntry>::mapping(IO &IO, in mapping()
1592 ELFYAML::VerneedEntry &E) { in mapping()
DELFEmitter.cpp1535 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1873 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1409 ELFYAML::VerneedEntry Entry; in dumpVerneedSection()