Lines Matching refs:SectionRef
194 typedef std::function<bool(llvm::object::SectionRef const &)> FilterPredicate;
204 const llvm::object::SectionRef &operator*() const { return *Iterator; } in operator *()
243 return SectionFilter([](llvm::object::SectionRef const &S) { in ToolSectionFilter()
682 for (const SectionRef &Section : ToolSectionFilter(*O)) { in printRelocationTargetName()
994 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject()
995 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in DisassembleObject()
1004 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in DisassembleObject()
1025 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in DisassembleObject()
1026 for (SectionRef Sec : Obj->sections()) in DisassembleObject()
1044 [](uint64_t LHS, const std::pair<uint64_t, SectionRef> &RHS) { in DisassembleObject()
1059 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in DisassembleObject()
1062 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in DisassembleObject()
1092 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()
1237 const std::pair<uint64_t, SectionRef> &RHS) { in DisassembleObject()
1305 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintRelocations()
1331 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintSectionHeaders()
1349 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintSectionContents()
1574 Optional<object::SectionRef> ClangASTSection; in printRawClangAST()
1604 Optional<object::SectionRef> FaultMapSection; in printFaultMaps()