Searched refs:MyInfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 450 CompileUnit::DIEInfo &MyInfo, in shouldKeepVariableDIE() argument 457 MyInfo.InDebugMap = true; in shouldKeepVariableDIE() 478 MyInfo) || in shouldKeepVariableDIE() 497 const DWARFFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, in shouldKeepSubprogramDIE() argument 516 !RelocMgr.hasValidRelocationAt(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE() 537 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE() 551 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE() 552 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE() 561 CompileUnit::DIEInfo &MyInfo, in shouldKeepDIE() argument 566 return shouldKeepVariableDIE(RelocMgr, DIE, Unit, MyInfo, Flags); in shouldKeepDIE() [all …]
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1235 CompileUnit::DIEInfo &MyInfo, 1241 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, 1247 CompileUnit::DIEInfo &MyInfo, unsigned Flags); 1252 CompileUnit::DIEInfo &MyInfo, 2081 CompileUnit::DIEInfo &MyInfo, in shouldKeepVariableDIE() argument 2088 MyInfo.InDebugMap = true; in shouldKeepVariableDIE() 2107 if (!RelocMgr.hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE() 2122 CompileUnit::DIEInfo &MyInfo, unsigned Flags) { in shouldKeepSubprogramDIE() argument 2141 !RelocMgr.hasValidRelocation(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE() 2165 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE() [all …]
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 488 CompileUnit::DIEInfo &MyInfo, 494 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, 501 CompileUnit::DIEInfo &MyInfo, unsigned Flags); 506 CompileUnit::DIEInfo &MyInfo,
|