Searched refs:getRelocationType (Results 1 – 12 of 12) sorted by relevance
120 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() function
291 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;628 return OwningObject->getRelocationType(RelocationPimpl); in getType()
200 uint64_t getRelocationType(DataRefImpl Rel) const override;
325 uint64_t getRelocationType(DataRefImpl Rel) const override;1069 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function1085 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
490 uint64_t getRelocationType(DataRefImpl Rel) const override;
620 uint64_t getRelocationType(DataRefImpl Rel) const override;
1022 uint64_t getRelocationType(DataRefImpl Rel) const override;
624 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
1285 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
1870 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
2270 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile2278 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
453 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()466 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()