Home
last modified time | relevance | path

Searched refs:getRelativeRelocCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h486 size_t getRelativeRelocCount() const { return NumRelativeRelocs; } in getRelativeRelocCount() function
H A DSyntheticSections.cpp1333 size_t NumRelativeRels = In.RelaDyn->getRelativeRelocCount(); in finalizeContents()