Lines Matching refs:SectionDescriptor
60 void SectionDescriptor::clearAllSectionData() { in clearAllSectionData()
76 void SectionDescriptor::clearSectionContent() { Contents = OutSectionDataTy(); } in clearSectionContent()
78 void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() { in setSizesForSectionCreatedByAsmPrinter()
116 void SectionDescriptor::emitString(dwarf::Form StringForm, in emitString()
140 void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) { in emitIntVal()
167 void SectionDescriptor::emitBinaryData(llvm::StringRef Data) { in emitBinaryData()
171 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply()
226 uint64_t SectionDescriptor::getIntVal(uint64_t PatchOffset, unsigned Size) { in getIntVal()
250 void SectionDescriptor::applyIntVal(uint64_t PatchOffset, uint64_t Val, in applyIntVal()
280 void SectionDescriptor::applyULEB128(uint64_t PatchOffset, uint64_t Val) { in applyULEB128()
292 void SectionDescriptor::applySLEB128(uint64_t PatchOffset, uint64_t Val) { in applySLEB128()
304 SectionDescriptor &Section, in applyPatches()
364 std::optional<SectionDescriptor *> RangeSection; in applyPatches()
380 std::optional<SectionDescriptor *> LocationSection; in applyPatches()
402 SectionDescriptor &ReferencedSectionDescriptor = in applyPatches()