Home
last modified time | relevance | path

Searched refs:getDyldChainedFixupTargets (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h722 Expected<std::vector<ChainedFixupTarget>> getDyldChainedFixupTargets() const;
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3319 if (auto FixupTargetsOrErr = O->getDyldChainedFixupTargets()) { in MachOChainedFixupEntry()
5143 MachOObjectFile::getDyldChainedFixupTargets() const { in getDyldChainedFixupTargets() function in MachOObjectFile
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1366 unwrapOrError(O->getDyldChainedFixupTargets(), O->getFileName()); in PrintChainedFixups()