Searched refs:getDyldChainedFixupTargets (Results 1 – 3 of 3) sorted by relevance
722 Expected<std::vector<ChainedFixupTarget>> getDyldChainedFixupTargets() const;
3319 if (auto FixupTargetsOrErr = O->getDyldChainedFixupTargets()) { in MachOChainedFixupEntry()5143 MachOObjectFile::getDyldChainedFixupTargets() const { in getDyldChainedFixupTargets() function in MachOObjectFile
1366 unwrapOrError(O->getDyldChainedFixupTargets(), O->getFileName()); in PrintChainedFixups()