HomeSort by relevance Sort by last modified time
    Searched refs:RelocMap (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 48 const RelocAddrMap &RelocMap;
51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {}
DWARFDebugLine.h 26 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {}
247 const RelocAddrMap *RelocMap;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 48 RelocAddrMap::const_iterator AI = RelocMap.find(Offset);
51 if (AI != RelocMap.end())
54 AI = RelocMap.find(Offset);
57 if (AI != RelocMap.end())
DWARFDebugLine.cpp 250 if (!LT->parse(debug_line_data, RelocMap, &offset))
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 96 RelocMapTy RelocMap;
124 const auto &Relocations = RelocMap[Section];
353 RelocMap[Section].push_back(Reloc);
356 std::sort(RelocMap[Section].begin(), RelocMap[Section].end(),
    [all...]

Completed in 3325 milliseconds