Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp26 Expected<object::SectionRef> getCountersSection(const object::ObjectFile &Obj) { in getCountersSection() function
43 auto CountersSection = getCountersSection(Obj); in get()