Searched refs:applyIntVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 175 applyIntVal(PatchOffset, Val, Format.getDwarfOffsetByteSize()); in apply() 179 applyIntVal(PatchOffset, Val, Format.getRefAddrByteSize()); in apply() 182 applyIntVal(PatchOffset, Val, 1); in apply() 185 applyIntVal(PatchOffset, Val, 2); in apply() 188 applyIntVal(PatchOffset, Val, 4); in apply() 191 applyIntVal(PatchOffset, Val, 8); in apply() 195 applyIntVal(PatchOffset, Val, 1); in apply() 198 applyIntVal(PatchOffset, Val, 2); in apply() 201 applyIntVal(PatchOffset, Val, 4); in apply() 204 applyIntVal(PatchOffset, Val, 8); in apply() [all …]
|
| H A D | OutputSections.h | 279 void applyIntVal(uint64_t PatchOffset, uint64_t Val, unsigned Size);
|