Searched refs:MyInfo (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1058 CompileUnit::DIEInfo &MyInfo, 1063 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, 1068 CompileUnit::DIEInfo &MyInfo, unsigned Flags); 1072 CompileUnit::DIEInfo &MyInfo, 1515 CompileUnit::DIEInfo &MyInfo, unsigned Flags) { in shouldKeepVariableDIE() argument 1521 MyInfo.InDebugMap = true; in shouldKeepVariableDIE() 1540 if (!hasValidRelocation(LocationOffset, LocationEndOffset, MyInfo) || in shouldKeepVariableDIE() 1554 CompileUnit::DIEInfo &MyInfo, unsigned Flags) { in shouldKeepSubprogramDIE() argument 1573 !hasValidRelocation(LowPcOffset, LowPcEndOffset, MyInfo)) in shouldKeepSubprogramDIE() 1597 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE() [all …]
|