Searched refs:NoteEntry (Results 1 – 4 of 4) sorted by relevance
387 std::vector<ELFYAML::NoteEntry> Notes; in containerizeOpenMPSPIRVImage()389 Notes.emplace_back(ELFYAML::NoteEntry{"INTELONEOMPOFFLOAD", in containerizeOpenMPSPIRVImage()407 Notes.emplace_back(ELFYAML::NoteEntry{"INTELONEOMPOFFLOAD", in containerizeOpenMPSPIRVImage()412 Notes.emplace_back(ELFYAML::NoteEntry{"INTELONEOMPOFFLOAD", in containerizeOpenMPSPIRVImage()
218 struct NoteEntry { struct423 std::optional<std::vector<ELFYAML::NoteEntry>> Notes;790 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::NoteEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()982 template <> struct MappingTraits<ELFYAML::NoteEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()983 static void mapping(IO &IO, ELFYAML::NoteEntry &N); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1927 void MappingTraits<ELFYAML::NoteEntry>::mapping(IO &IO, ELFYAML::NoteEntry &N) { in mapping()
1832 for (const ELFYAML::NoteEntry &NE : *Section.Notes) { in writeSectionContent()