Home
last modified time | relevance | path

Searched refs:getRelativeRelocationType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp90 return ELFObj->getELFFile()->getRelativeRelocationType(); in loadObj()
92 return ELFObj->getELFFile()->getRelativeRelocationType(); in loadObj()
94 return ELFObj->getELFFile()->getRelativeRelocationType(); in loadObj()
96 return ELFObj->getELFFile()->getRelativeRelocationType(); in loadObj()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h116 uint32_t getRelativeRelocationType() const;
418 uint32_t ELFFile<ELFT>::getRelativeRelocationType() const { in getRelativeRelocationType() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp303 Rela.setType(getRelativeRelocationType(), false); in decode_relrs()