Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp457 MapT InstantiatedFunctions; member in __anon8c98fc340611::FunctionInstantiationSetCollector
465 auto &Functions = InstantiatedFunctions[I->startLoc()]; in insert()
469 MapT::iterator begin() { return InstantiatedFunctions.begin(); } in begin()
470 MapT::iterator end() { return InstantiatedFunctions.end(); } in end()