Lines Matching refs:SectionDescriptor
59 void SectionDescriptor::clearAllSectionData() { in clearAllSectionData()
75 void SectionDescriptor::clearSectionContent() { Contents = OutSectionDataTy(); } in clearSectionContent()
77 void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() { in setSizesForSectionCreatedByAsmPrinter()
115 void SectionDescriptor::emitString(dwarf::Form StringForm, in emitString()
139 void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) { in emitIntVal()
166 void SectionDescriptor::emitBinaryData(llvm::StringRef Data) { in emitBinaryData()
170 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply()
225 uint64_t SectionDescriptor::getIntVal(uint64_t PatchOffset, unsigned Size) { in getIntVal()
249 void SectionDescriptor::applyIntVal(uint64_t PatchOffset, uint64_t Val, in applyIntVal()
279 void SectionDescriptor::applyULEB128(uint64_t PatchOffset, uint64_t Val) { in applyULEB128()
291 void SectionDescriptor::applySLEB128(uint64_t PatchOffset, uint64_t Val) { in applySLEB128()
303 SectionDescriptor &Section, in applyPatches()
363 std::optional<SectionDescriptor *> RangeSection; in applyPatches()
379 std::optional<SectionDescriptor *> LocationSection; in applyPatches()
401 SectionDescriptor &ReferencedSectionDescriptor = in applyPatches()