Home
last modified time | relevance | path

Searched refs:NoteEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp387 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h218 struct NoteEntry { struct
423 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1927 void MappingTraits<ELFYAML::NoteEntry>::mapping(IO &IO, ELFYAML::NoteEntry &N) { in mapping()
H A DELFEmitter.cpp1832 for (const ELFYAML::NoteEntry &NE : *Section.Notes) { in writeSectionContent()