Searched refs:CIEData (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1817 StringRef CIEData = FrameData.substr(EntryOffset, InitialLength + 4); local
1818 LocalCIES[EntryOffset] = CIEData;
1842 StringRef CIEData = LocalCIES[CIEId]; local
1843 if (CIEData.empty())
1849 std::make_pair(CIEData, TheDwarfEmitter->getFrameSectionSize()));
1859 TheDwarfEmitter->emitCIE(CIEData);

Completed in 102 milliseconds