Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1297 if (ProtoFunctions.find(F) != ProtoFunctions.end()) in processFuncPrototypes()
1299 ProtoFunctions.insert(F); in processFuncPrototypes()
H A DBTFDebug.h270 std::set<const Function *>ProtoFunctions; variable