Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h587 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset,
623 int64_t PCOffset = 0; member
H A DDWARFLinkerCompileUnit.h202 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1375 *Addr += Info.PCOffset; in cloneAddressAttribute()
1530 : Info.PCOffset}); in cloneScalarAttribute()
1664 int64_t PCOffset, uint32_t OutOffset, in cloneDIE() argument
1726 PCOffset = Info.AddrAdjust; in cloneDIE()
1727 AttrInfo.PCOffset = PCOffset; in cloneDIE()
1880 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1146 uint16_t PCOffset = in parse() local
1149 State.Row.Address.Address += PCOffset; in parse()
1153 PCOffset); in parse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h398 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);