reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; 205 delete unwrap(SI); 211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; 215 ++(*unwrap(SI)); 228 *unwrap(Sect) = *SecOrErr; 254 auto NameOrErr = (*unwrap(SI))->getName(); 261 return (*unwrap(SI))->getSize(); 265 if (Expected<StringRef> E = (*unwrap(SI))->getContents()) 272 return (*unwrap(SI))->getAddress(); 277 return (*unwrap(SI))->containsSymbol(**unwrap(Sym)); 282 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); 292 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;