Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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