Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h737 getChainedFixupsSegments() const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3333 if (auto SegmentsOrErr = O->getChainedFixupsSegments()) { in MachOChainedFixupEntry()
5050 MachOObjectFile::getChainedFixupsSegments() const { in getChainedFixupsSegments() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1318 unwrapOrError(O->getChainedFixupsSegments(), O->getFileName()); in PrintChainedFixups()