Searched refs:PCOffset (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1251 uint64_t PCOffset = Value + Addend - P; in resolveRISCVRelocation() local 1252 applyUTypeImmRISCV(Section.getAddressWithOffset(Offset), PCOffset); in resolveRISCVRelocation() 1253 applyITypeImmRISCV(Section.getAddressWithOffset(Offset + 4), PCOffset); in resolveRISCVRelocation() 1258 uint64_t PCOffset = Value + Addend; in resolveRISCVRelocation() local 1259 applyUTypeImmRISCV(Section.getAddressWithOffset(Offset), PCOffset); in resolveRISCVRelocation() 1264 uint64_t PCOffset = Value + Addend; in resolveRISCVRelocation() local 1265 applyITypeImmRISCV(Section.getAddressWithOffset(Offset), PCOffset); in resolveRISCVRelocation() 1272 uint64_t PCOffset = Value + Addend - P; in resolveRISCVRelocation() local 1273 applyUTypeImmRISCV(Section.getAddressWithOffset(Offset), PCOffset); in resolveRISCVRelocation() 1293 auto PCOffset = Symbol - HIRelocPC; in resolveRISCVRelocation() local [all …]
|
| H A D | RuntimeDyldChecker.cpp | 375 uint64_t PCOffset = TT.getArch() == Triple::ArchType::arm ? 4 : 0; in evalNextPC() local 377 uint64_t NextPC = SymbolAddr + InstSize + PCOffset; in evalNextPC()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 591 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset, 630 int64_t PCOffset = 0; member
|
| H A D | DWARFLinkerCompileUnit.h | 213 int64_t PCOffset);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1392 *Addr += Info.PCOffset; in cloneAddressAttribute() 1565 : Info.PCOffset}); in cloneScalarAttribute() 1699 int64_t PCOffset, uint32_t OutOffset, in cloneDIE() argument 1761 PCOffset = Info.AddrAdjust; in cloneDIE() 1762 AttrInfo.PCOffset = PCOffset; in cloneDIE() 1926 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1169 uint16_t PCOffset = TableData.getRelocatedValue(Cursor, 2); in parse() local 1171 State.Row.Address.Address += PCOffset; in parse() 1175 PCOffset); in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.h | 398 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
|