Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp645 uint32_t IndirectSymbol = in findMachOIndirectCovFunctions() local
648 if (IndirectSymbol < Symtab.nsyms) { in findMachOIndirectCovFunctions()
649 object::SymbolRef Symbol = *(O.getSymbolByIndex(IndirectSymbol)); in findMachOIndirectCovFunctions()