Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/XRay/
H A DInstrumentationMap.cpp96 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
99 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
102 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
105 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp346 Rel.setType(getRelativeRelocationType(), false); in decode_relrs()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h225 uint32_t getRelativeRelocationType() const;
583 uint32_t ELFFile<ELFT>::getRelativeRelocationType() const { in getRelativeRelocationType() function