Home
last modified time | relevance | path

Searched refs:RelocAddrMap (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h26 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine()
207 bool parse(DataExtractor debug_line_data, const RelocAddrMap *RMap,
247 const RelocAddrMap *RelocMap;
H A DDWARFAcceleratorTable.h42 const RelocAddrMap& Relocs;
45 const RelocAddrMap &Relocs) in DWARFAcceleratorTable()
H A DDWARFDebugLoc.h48 const RelocAddrMap &RelocMap;
51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc()
H A DDWARFSection.h20 RelocAddrMap Relocs;
H A DDWARFRelocMap.h17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap; typedef
H A DDWARFUnit.h180 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; } in getRelocMap()
H A DDWARFContext.h33 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap; typedef
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp152 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue()
191 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue()
222 RelocAddrMap::const_iterator AI = in extractValue()
H A DDWARFDebugLine.cpp247 const RelocAddrMap *RMap, in parse()
298 RelocAddrMap::const_iterator AI = RMap->find(*offset_ptr); in parse()
H A DDWARFAcceleratorTable.cpp107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump()
H A DDWARFDebugLoc.cpp47 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse()
H A DDWARFContext.cpp763 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName) in DWARFContextInMemory()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h34 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h35 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h35 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h35 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h35 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h35 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1428 RelocAddrMap Relocs;
1689 RelocAddrMap *Map = Sec ? &Sec->Relocs : nullptr; in DWARFObjInMemory()
1778 RelocAddrMap::const_iterator AI = Sec.Relocs.find(Pos); in find()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1601 RelocAddrMap Relocs;
1874 RelocAddrMap *Map = Sec ? &Sec->Relocs : nullptr; in DWARFObjInMemory()
1951 RelocAddrMap::const_iterator AI = Sec.Relocs.find(Pos); in find()