Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp443 ELFYAML::RawContentSection ImageSection{}; in containerizeOpenMPSPIRVImage() local
444 ImageSection.Type = ELF::SHT_PROGBITS; in containerizeOpenMPSPIRVImage()
445 ImageSection.AddressAlign = 0; in containerizeOpenMPSPIRVImage()
447 ImageSection.Name = Name; in containerizeOpenMPSPIRVImage()
448 ImageSection.Content = in containerizeOpenMPSPIRVImage()
451 std::make_unique<ELFYAML::RawContentSection>(std::move(ImageSection))); in containerizeOpenMPSPIRVImage()