Home
last modified time | relevance | path

Searched refs:SectionRelocMap (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp75 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable
83 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()
107 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()
171 SectionRelocMap.clear(); in dumpCXXData()
175 SectionRelocMap[*Sec2].push_back(Section); in dumpCXXData()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp73 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable
81 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()
105 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()
169 SectionRelocMap.clear(); in dumpCXXData()
173 SectionRelocMap[*Sec2].push_back(Section); in dumpCXXData()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp303 RelocMap_t SectionRelocMap; member in __anon198eba5b0611::ELFObjectFile
763 typename RelocMap_t::const_iterator ittr = SectionRelocMap.find(sec); in getSectionRelBegin()
764 if (sec != 0 && ittr != SectionRelocMap.end()) { in getSectionRelBegin()
778 typename RelocMap_t::const_iterator ittr = SectionRelocMap.find(sec); in getSectionRelEnd()
779 if (sec != 0 && ittr != SectionRelocMap.end()) { in getSectionRelEnd()
801 SectionRelocMap.lookup(getSection(Rel.w.a)); in getRelocationNext()
1117 SectionRelocMap[getSection(sh->sh_info)].push_back(i); in ELFObjectFile()
1123 for (typename RelocMap_t::iterator i = SectionRelocMap.begin(), in ELFObjectFile()
1124 e = SectionRelocMap.end(); i != e; ++i) { in ELFObjectFile()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp994 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject() local
998 SectionRelocMap[*Sec2].push_back(Section); in DisassembleObject()
1092 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1303 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject() local
1307 SectionRelocMap[*Sec2].push_back(Section); in DisassembleObject()
1432 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()