Searched refs:RelocMap (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFDebugLoc.cpp | 47 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()
|
| HD | DWARFDebugLoc.h | 48 const RelocAddrMap &RelocMap; variable 51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc()
|
| HD | DWARFUnit.h | 40 const RelocAddrMap *RelocMap; variable 95 const RelocAddrMap *getRelocMap() const { return RelocMap; } in getRelocMap()
|
| HD | DWARFDebugLine.h | 25 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine() 248 const RelocAddrMap *RelocMap; variable
|
| HD | DWARFUnit.cpp | 25 RelocMap(M), isLittleEndian(LE) { in DWARFUnit()
|
| HD | DWARFDebugLine.cpp | 158 if (!parseStatementTable(debug_line_data, RelocMap, &offset, state)) in getOrParseLineTable()
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | COFFDumper.cpp | 96 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()
|