Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/ZEBinWriter/zebin/source/
H A DZEELFObjectBuilder.cpp302 ZEELFObjectBuilder::getOrCreateRelocSection(SectionID targetSectId, bool isRelFormat) in getOrCreateRelocSection() function in ZEELFObjectBuilder
330 RelocSection& reloc_sect = getOrCreateRelocSection(sectionId, true); in addRelRelocation()
339 RelocSection& reloc_sect = getOrCreateRelocSection(sectionId, false); in addRelaRelocation()
H A DZEELFObjectBuilder.hpp334 RelocSection& getOrCreateRelocSection(SectionID targetSectId, bool isRelFormat);