Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp98 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
101 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
104 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
107 return ELFObj->getELFFile().getRelativeRelocationType(); in loadObj()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp332 Rel.setType(getRelativeRelocationType(), false); in decode_relrs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h228 uint32_t getRelativeRelocationType() const;
585 uint32_t ELFFile<ELFT>::getRelativeRelocationType() const { in getRelativeRelocationType() function