Searched refs:RelocMap (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h33 const RelocAddrMap *RelocMap; member in class:llvm::DWARFCompileUnit
51 AddrOffsetSection(AOS), RelocMap(M), isLittleEndian(LE) {
58 const RelocAddrMap *getRelocMap() const { return RelocMap; }
H A DDWARFDebugLine.h25 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {}
248 const RelocAddrMap *RelocMap; member in class:llvm::DWARFDebugLine
H A DDWARFDebugLine.cpp158 if (!parseStatementTable(debug_line_data, RelocMap, &offset, state))
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp94 RelocMapTy RelocMap; member in class:__anon3624::COFFDumper
530 RelocMap[Section].push_back(*RelI);
534 std::sort(RelocMap[Section].begin(), RelocMap[Section].end(),
880 printRuntimeFunction(*I, OffsetInSection, RelocMap[PData]);
915 printUnwindInfo(*UI, UnwindInfoOffset, RelocMap[XData]);

Completed in 115 milliseconds