Searched defs:PatchOffset (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.cpp | 18 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 D | OutputSections.h | 42 uint64_t PatchOffset = 0; member [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | DebugNames.h | 40 void setPatchOffset(uint64_t PatchOffset) { OffsetVal = PatchOffset; } in setPatchOffset() argument
|
/llvm-project/bolt/lib/Core/ |
H A D | DebugNames.cpp | 597 const uint64_t PatchOffset = Entry->getPatchOffset(); writeEntries() local
|