Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h30 namespace ELFYAML {
189 for (const ELFYAML::BBAddrMapEntry::BBRangeEntry &BBR : *BBRanges) { in hasAnyCallsiteOffsets()
192 for (const ELFYAML::BBAddrMapEntry::BBEntry &BBE : *BBR.BBEntries) in hasAnyCallsiteOffsets()
423 std::optional<std::vector<ELFYAML::NoteEntry>> Notes;
757 if (auto S = dyn_cast<ELFYAML::Section>(Sec.get())) in getSections()
764 if (auto *S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) in getSectionHeaderTable()
779 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::StackSizeEntry)
780 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::BBAddrMapEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
781 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::BBAddrMapEntry::BBEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
782 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::BBAddrMapEntry::BBRangeEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A Dyaml2obj.h32 namespace ELFYAML {
76 LLVM_ABI bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH,
H A DObjectYAML.h15 #include "llvm/ObjectYAML/ELFYAML.h"
32 std::unique_ptr<ELFYAML::Object> Elf;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp30 ELFYAML::Chunk::~Chunk() = default;
32 namespace ELFYAML { namespace
46 void ScalarEnumerationTraits<ELFYAML::ELF_ET>::enumeration( in enumeration()
47 IO &IO, ELFYAML::ELF_ET &Value) { in enumeration()
58 void ScalarEnumerationTraits<ELFYAML::ELF_PT>::enumeration( in enumeration()
59 IO &IO, ELFYAML::ELF_PT &Value) { in enumeration()
77 void ScalarEnumerationTraits<ELFYAML::ELF_NT>::enumeration( in enumeration()
78 IO &IO, ELFYAML::ELF_NT &Value) { in enumeration()
195 void ScalarEnumerationTraits<ELFYAML::ELF_EM>::enumeration( in enumeration()
196 IO &IO, ELFYAML::ELF_EM &Value) { in enumeration()
[all …]
H A DELFEmitter.cpp207 ELFYAML::Object &Doc;
217 std::vector<Elf_Sym> toELFSymbols(ArrayRef<ELFYAML::Symbol> Symbols,
226 StringRef SecName, ELFYAML::Section *YAMLSec);
231 ELFYAML::Section *YAMLSec);
235 ELFYAML::Section *YAMLSec);
238 ELFYAML::Section *YAMLSec);
243 getPhdrFragments(const ELFYAML::ProgramHeader &Phdr,
249 const ELFYAML::NoBitsSection &Section,
252 const ELFYAML::RawContentSection &Section,
255 const ELFYAML::RelocationSection &Section,
[all …]
H A DObjectYAML.cpp26 MappingTraits<ELFYAML::Object>::mapping(IO, *ObjectFile.Elf); in mapping()
46 ObjectFile.Elf.reset(new ELFYAML::Object()); in mapping()
47 MappingTraits<ELFYAML::Object>::mapping(IO, *ObjectFile.Elf); in mapping()
/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()
422 ELFYAML::FileHeader Header{}; in containerizeOpenMPSPIRVImage()
431 ELFYAML::NoteSection Section{}; in containerizeOpenMPSPIRVImage()
437 ELFYAML::Object Object{}; in containerizeOpenMPSPIRVImage()
440 std::make_unique<ELFYAML::NoteSection>(std::move(Section))); in containerizeOpenMPSPIRVImage()
443 ELFYAML::RawContentSection ImageSection{}; in containerizeOpenMPSPIRVImage()
451 std::make_unique<ELFYAML::RawContentSection>(std::move(ImageSection))); in containerizeOpenMPSPIRVImage()
/freebsd/lib/clang/libllvm/
H A DMakefile1143 SRCS_MIN+= ObjectYAML/ELFYAML.cpp