Searched refs:ErrOrRelocations (Results 1 – 1 of 1) sorted by relevance
497 Expected<ArrayRef<RelTy>> ErrOrRelocations = Obj.relocations<Shdr, RelTy>(Sec); in printRelocations() local498 if (Error E = ErrOrRelocations.takeError()) { in printRelocations()503 const ArrayRef<RelTy> Relocations = *ErrOrRelocations; in printRelocations()