Searched refs:getELFRelativeRelocationType (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h72 uint32_t getELFRelativeRelocationType(uint32_t Machine);
665 return getELFRelativeRelocationType(getHeader().e_machine);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp192 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { function in class:llvm::object

Completed in 112 milliseconds