Home
last modified time | relevance | path

Searched refs:RelocMap (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugLoc.cpp47 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse()
50 if (AI != RelocMap.end()) in parse()
53 AI = RelocMap.find(Offset); in parse()
56 if (AI != RelocMap.end()) in parse()
HDDWARFDebugLoc.h48 const RelocAddrMap &RelocMap; variable
51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc()
HDDWARFUnit.h40 const RelocAddrMap *RelocMap; variable
95 const RelocAddrMap *getRelocMap() const { return RelocMap; } in getRelocMap()
HDDWARFDebugLine.h25 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine()
248 const RelocAddrMap *RelocMap; variable
HDDWARFUnit.cpp25 RelocMap(M), isLittleEndian(LE) { in DWARFUnit()
HDDWARFDebugLine.cpp158 if (!parseStatementTable(debug_line_data, RelocMap, &offset, state)) in getOrParseLineTable()
/trueos/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp96 RelocMapTy RelocMap; member in __anon69735dfc0111::COFFDumper
556 RelocMap[Section].push_back(*RelI); in cacheRelocations()
560 std::sort(RelocMap[Section].begin(), RelocMap[Section].end(), in cacheRelocations()
968 printRuntimeFunction(*I, OffsetInSection, RelocMap[PData]); in printX64UnwindInfo()
1003 printUnwindInfo(*UI, UnwindInfoOffset, RelocMap[XData]); in printRuntimeFunction()