Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELF.cpp355 Rel.setType(getRelativeRelocationType(), false); in decode_relrs()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h227 uint32_t getRelativeRelocationType() const;
585 uint32_t ELFFile<ELFT>::getRelativeRelocationType() const { in getRelativeRelocationType() function