Searched refs:containsSymbol (Results 1 – 6 of 6) sorted by relevance
46 bool SectionRef::containsSymbol(SymbolRef S) const { in containsSymbol() function in SectionRef
279 return (*unwrap(SI))->containsSymbol(**unwrap(Sym)); in LLVMGetSectionContainsSymbol()
128 bool containsSymbol(SymbolRef S) const;
510 if (!Section.containsSymbol(Symbol)) in printSectionHeaders()
1450 if (!Sec.containsSymbol(Symbol)) in printSectionHeaders()
7794 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); in DisassembleMachO()7846 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]); in DisassembleMachO()