Home
last modified time | relevance | path

Searched defs:PatchOffset (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp18 DebugDieRefPatch::DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, in DebugDieRefPatch()
25 DebugULEB128DieRefPatch::DebugULEB128DieRefPatch(uint64_t PatchOffset, in DebugULEB128DieRefPatch()
33 DebugDieTypeRefPatch::DebugDieTypeRefPatch(uint64_t PatchOffset, in DebugDieTypeRefPatch()
37 DebugType2TypeDieRefPatch::DebugType2TypeDieRefPatch(uint64_t PatchOffset, in DebugType2TypeDieRefPatch()
44 DebugTypeStrPatch::DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeStrPatch()
49 DebugTypeLineStrPatch::DebugTypeLineStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeLineStrPatch()
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()
[all …]
H A DOutputSections.h42 uint64_t PatchOffset = 0; member
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h40 void setPatchOffset(uint64_t PatchOffset) { OffsetVal = PatchOffset; } in setPatchOffset() argument
/llvm-project/bolt/lib/Core/
H A DDebugNames.cpp597 const uint64_t PatchOffset = Entry->getPatchOffset(); writeEntries() local