Home
last modified time | relevance | path

Searched refs:PCOffset (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1251 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 DRuntimeDyldChecker.cpp375 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 DDWARFLinker.h591 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset,
630 int64_t PCOffset = 0; member
H A DDWARFLinkerCompileUnit.h213 int64_t PCOffset);
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1392 *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 DDWARFDebugLine.cpp1169 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 DDWARFLinkerCompileUnit.h398 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);