Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h731 getChainedFixupsSegments() const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3326 if (auto SegmentsOrErr = O->getChainedFixupsSegments()) { in MachOChainedFixupEntry()
5034 MachOObjectFile::getChainedFixupsSegments() const { in getChainedFixupsSegments() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1344 unwrapOrError(O->getChainedFixupsSegments(), O->getFileName()); in PrintChainedFixups()