Lines Matching refs:SectionRef

284 typedef std::function<bool(llvm::object::SectionRef const &)> FilterPredicate;
294 const llvm::object::SectionRef &operator*() const { return *Iterator; } in operator *()
334 [](llvm::object::SectionRef const &S) { in ToolSectionFilter()
614 for (const SectionRef &Section : ToolSectionFilter(*O)) { in printRelocationTargetName()
1227 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1256 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument
1271 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument
1273 Optional<SectionRef> Plt = None; in addPltEntries()
1274 for (const SectionRef &Section : Obj->sections()) { in addPltEntries()
1387 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in disassembleObject()
1388 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in disassembleObject()
1396 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject()
1434 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject()
1435 for (SectionRef Sec : Obj->sections()) in disassembleObject()
1453 [](uint64_t LHS, const std::pair<uint64_t, SectionRef> &RHS) { in disassembleObject()
1470 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject()
1474 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in disassembleObject()
1520 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in disassembleObject()
1797 const std::pair<uint64_t, SectionRef> &RHS) { in disassembleObject()
1876 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printRelocations()
1908 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()
1914 for (const SectionRef &Section : DynRelSec) { in printDynamicRelocations()
1932 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionHeaders()
1951 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in printSectionContents()
2206 Optional<object::SectionRef> ClangASTSection; in printRawClangAST()
2237 Optional<object::SectionRef> FaultMapSection; in printFaultMaps()