Home
last modified time | relevance | path

Searched refs:MachOAbstractFixupEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3251 MachOAbstractFixupEntry::MachOAbstractFixupEntry(Error *E, in MachOAbstractFixupEntry() function in MachOAbstractFixupEntry
3272 int32_t MachOAbstractFixupEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex()
3274 uint64_t MachOAbstractFixupEntry::segmentOffset() const { in segmentOffset()
3278 uint64_t MachOAbstractFixupEntry::segmentAddress() const { in segmentAddress()
3282 StringRef MachOAbstractFixupEntry::segmentName() const { in segmentName()
3286 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName()
3290 uint64_t MachOAbstractFixupEntry::address() const { in address()
3294 StringRef MachOAbstractFixupEntry::symbolName() const { return SymbolName; } in symbolName()
3296 int64_t MachOAbstractFixupEntry::addend() const { return Addend; } in addend()
3298 uint32_t MachOAbstractFixupEntry::flags() const { return Flags; } in flags()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h326 class MachOAbstractFixupEntry {
328 LLVM_ABI MachOAbstractFixupEntry(Error *Err, const MachOObjectFile *O);
382 class MachOChainedFixupEntry : public MachOAbstractFixupEntry {