HomeSort by relevance Sort by last modified time
    Searched defs:RelocMap (Results 1 - 3 of 3) 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/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 575 milliseconds