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;1132 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const {1150 uint32_t type = getRelocationType(Rel); in getRelocationTypeName() 1133 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { getRelocationType() function
490 uint64_t getRelocationType(DataRefImpl Rel) const override;
628 uint64_t getRelocationType(DataRefImpl Rel) const override;
1071 uint64_t getRelocationType(DataRefImpl Rel) const override; in debug_directories()
631 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() 630 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { getRelocationType() function in llvm::object::XCOFFObjectFile
1344 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationTypeName() 1271 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { getRelocationType() function in COFFObjectFile
2060 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationTypeName() 2049 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { getRelocationType() function in WasmObjectFile
2270 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile 2278 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
570 uint64_t Type = MachO->getRelocationType(Rel); in getHidden() 583 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()