Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1513 auto createReloc = [&](uint64_t Value, uint64_t Offset, uint64_t DwarfType) { in relocateEHFrameSection() argument
1514 if (DwarfType == dwarf::DW_EH_PE_omit) in relocateEHFrameSection()
1518 if (!(DwarfType & dwarf::DW_EH_PE_pcrel) && in relocateEHFrameSection()
1519 !(DwarfType & dwarf::DW_EH_PE_textrel) && in relocateEHFrameSection()
1520 !(DwarfType & dwarf::DW_EH_PE_funcrel) && in relocateEHFrameSection()
1521 !(DwarfType & dwarf::DW_EH_PE_datarel)) in relocateEHFrameSection()
1524 if (!(DwarfType & dwarf::DW_EH_PE_sdata4)) in relocateEHFrameSection()
1528 switch (DwarfType & 0x0f) { in relocateEHFrameSection()