Lines Matching refs:DebugInfoBinaryPatcher
512 DebugInfoBinaryPatcher &DebugInfoPatcher, in addList()
545 void DebugLocWriter::finalize(DebugInfoBinaryPatcher &DebugInfoPatcher, in finalize()
561 DebugInfoBinaryPatcher &DebugInfoPatcher, in writeLegacyLocList()
595 DebugInfoBinaryPatcher &DebugInfoPatcher, DebugAbbrevWriter &AbbrevWriter, in writeDWARF5LocList()
631 DebugInfoBinaryPatcher &DebugInfoPatcher, in addList()
644 DebugInfoBinaryPatcher &DebugInfoPatcher, DebugAbbrevWriter &AbbrevWriter) { in finalizeDWARF5()
688 void DebugLoclistWriter::finalize(DebugInfoBinaryPatcher &DebugInfoPatcher, in finalize()
696 void DebugInfoBinaryPatcher::addUnitBaseOffsetLabel(uint64_t Offset) { in addUnitBaseOffsetLabel()
702 void DebugInfoBinaryPatcher::addDestinationReferenceLabel(uint64_t Offset) { in addDestinationReferenceLabel()
721 void DebugInfoBinaryPatcher::insertNewEntry(const DWARFDie &DIE, in insertNewEntry()
727 void DebugInfoBinaryPatcher::insertNewEntry(const DWARFDie &DIE, in insertNewEntry()
746 void DebugInfoBinaryPatcher::addReferenceToPatch(uint64_t Offset, in addReferenceToPatch()
757 void DebugInfoBinaryPatcher::addUDataPatch(uint64_t Offset, uint64_t NewValue, in addUDataPatch()
765 void DebugInfoBinaryPatcher::addLE64Patch(uint64_t Offset, uint64_t NewValue) { in addLE64Patch()
771 void DebugInfoBinaryPatcher::addLE32Patch(uint64_t Offset, uint32_t NewValue, in addLE32Patch()
832 CUOffsetMap DebugInfoBinaryPatcher::computeNewOffsets(DWARFContext &DWCtx, in computeNewOffsets()
925 uint32_t DebugInfoBinaryPatcher::NewDebugEntry::OrderCounter = 0;
927 std::string DebugInfoBinaryPatcher::patchBinary(StringRef BinaryContents) { in patchBinary()