Home
last modified time | relevance | path

Searched refs:getRelocationType (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h232 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
441 return OwningObject->getRelocationType(RelocationPimpl); in getType()
HDELFObjectFile.h230 uint64_t getRelocationType(DataRefImpl Rel) const override;
689 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
705 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
HDMachO.h237 uint64_t getRelocationType(DataRefImpl Rel) const override;
HDCOFF.h676 uint64_t getRelocationType(DataRefImpl Rel) const override;
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp711 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
724 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp618 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
626 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
HDCOFFObjectFile.cpp975 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile