Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp283 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
1290 int64_t PCOffset, uint32_t OutOffset, unsigned Flags);
1308 int64_t PCOffset; ///< Offset to apply to PC addresses inside a function. member
1316 PCOffset(0), HasLowPc(false), IsDeclaration(false) {} in AttributesInfo()
2489 Info.PCOffset; in cloneAddressAttribute()
2506 Addr = (Info.OrigHighPc ? Info.OrigHighPc : Addr) + Info.PCOffset; in cloneAddressAttribute()
2548 Unit.noteLocationAttribute(Patch, Info.PCOffset); in cloneScalarAttribute()
2707 int64_t PCOffset, uint32_t OutOffset, unsigned Flags) { in cloneDIE() argument
2777 PCOffset = Info.AddrAdjust; in cloneDIE()
2778 AttrInfo.PCOffset = PCOffset; in cloneDIE()
[all …]
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1122 Info.PCOffset; in cloneAddressAttribute()
1139 Addr = (Info.OrigHighPc ? Info.OrigHighPc : Addr) + Info.PCOffset; in cloneAddressAttribute()
1144 Info.PCOffset; in cloneAddressAttribute()
1148 Addr = (Info.OrigCallPc ? Info.OrigCallPc : Addr) + Info.PCOffset; in cloneAddressAttribute()
1214 Unit.noteLocationAttribute(Patch, Info.PCOffset); in cloneScalarAttribute()
1345 int64_t PCOffset, uint32_t OutOffset, in cloneDIE() argument
1428 PCOffset = Info.AddrAdjust; in cloneDIE()
1429 AttrInfo.PCOffset = PCOffset; in cloneDIE()
1534 if (DIE *Clone = cloneDIE(Child, File, Unit, StringPool, PCOffset, in cloneDIE()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h558 int64_t PCOffset, uint32_t OutOffset, unsigned Flags,
595 int64_t PCOffset = 0; member
DDWARFLinkerCompileUnit.h180 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h176 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h255 const MCExpr *PCOffset, unsigned CallReg);
DDwarfCompileUnit.cpp961 const MCSymbol *PCAddr, const MCExpr *PCOffset, unsigned CallReg) { in constructCallSiteEntryDIE() argument
987 assert(PCOffset && "Missing return PC information for a call"); in constructCallSiteEntryDIE()
988 addAddressExpr(CallSiteDIE, dwarf::DW_AT_call_return_pc, PCOffset); in constructCallSiteEntryDIE()
DDwarfDebug.cpp769 const MCExpr *PCOffset = in constructCallSiteEntryDIEs() local
782 assert((IsTail || PCOffset || PCAddr) && in constructCallSiteEntryDIEs()
794 PCOffset, CallReg); in constructCallSiteEntryDIEs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp793 uint16_t PCOffset = DebugLineData.getRelocatedValue(2, OffsetPtr); in parse() local
794 State.Row.Address.Address += PCOffset; in parse()
797 << format(" (0x%4.4" PRIx16 ")", PCOffset); in parse()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1091 uint16_t PCOffset = in parse() local
1094 State.Row.Address.Address += PCOffset; in parse()
1096 *OS << format(" (0x%4.4" PRIx16 ")", PCOffset); in parse()