Searched refs:getRelocationType (Results 1 – 12 of 12) sorted by relevance
125 uint64_t getRelocationType(DataRefImpl Rel) const override { return 0; } in getRelocationType() function
291 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;629 return OwningObject->getRelocationType(RelocationPimpl); in getType()
205 uint64_t getRelocationType(DataRefImpl Rel) const override;
344 uint64_t getRelocationType(DataRefImpl Rel) const override;1133 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function1151 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
627 uint64_t getRelocationType(DataRefImpl Rel) const override;
490 uint64_t getRelocationType(DataRefImpl Rel) const override;
1022 uint64_t getRelocationType(DataRefImpl Rel) const override;
630 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
1271 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
2052 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()
569 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()582 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()