Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp97 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
100 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
103 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
106 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h314 uint32_t getRelativeRelocationType() const;
712 uint32_t ELFFile<ELFT>::getRelativeRelocationType() const { in getRelativeRelocationType() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp367 Rel.setType(getRelativeRelocationType(), false); in decode_relrs()