Searched refs:AllFunctions (Results 1 – 4 of 4) sorted by relevance
78 AllFunctions++; in setModuleInfo()144 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()149 << "All functions: " << AllFunctions in dump()152 AllFunctions, "all functions") in dump()
99 int AllFunctions = 0; variable
1525 std::vector<BinaryFunction *> AllFunctions; in getAllBinaryFunctions() local1526 AllFunctions.reserve(BinaryFunctions.size() + InjectedBinaryFunctions.size()); in getAllBinaryFunctions()1527 llvm::transform(BinaryFunctions, std::back_inserter(AllFunctions), in getAllBinaryFunctions()1531 llvm::copy(InjectedBinaryFunctions, std::back_inserter(AllFunctions)); in getAllBinaryFunctions()1533 return AllFunctions; in getAllBinaryFunctions()
492 bool AllFunctions = in LookupTemplateName() local496 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()