Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3252 MachOAbstractFixupEntry::MachOAbstractFixupEntry(Error *E, in MachOAbstractFixupEntry() function in MachOAbstractFixupEntry
3273 int32_t MachOAbstractFixupEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex()
3275 uint64_t MachOAbstractFixupEntry::segmentOffset() const { in segmentOffset()
3279 uint64_t MachOAbstractFixupEntry::segmentAddress() const { in segmentAddress()
3283 StringRef MachOAbstractFixupEntry::segmentName() const { in segmentName()
3287 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName()
3291 uint64_t MachOAbstractFixupEntry::address() const { in address()
3295 StringRef MachOAbstractFixupEntry::symbolName() const { return SymbolName; } in symbolName()
3297 int64_t MachOAbstractFixupEntry::addend() const { return Addend; } in addend()
3299 uint32_t MachOAbstractFixupEntry::flags() const { return Flags; } in flags()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h322 class MachOAbstractFixupEntry {
324 MachOAbstractFixupEntry(Error *Err, const MachOObjectFile *O);
378 class MachOChainedFixupEntry : public MachOAbstractFixupEntry {