Home
last modified time | relevance | path

Searched defs:Funcs (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryFunctionCallGraph.h49 std::vector<BinaryFunction *> Funcs; variable
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDynoStats.h149 inline DynoStats getDynoStats(const FuncsType &Funcs, bool IsAArch64) { in getDynoStats()
161 inline void callWithDynoStats(FnType &&Func, const FuncsType &Funcs, in callWithDynoStats()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h136 std::vector<FunctionInfo> Funcs; variable
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp61 std::vector<Function *> Funcs; in extractArgumentsFromModule() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp89 static void collectFunctionUsers(User *U, DenseSet<Function *> &Funcs) { in collectFunctionUsers()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.h142 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DBugDriver.cpp240 void llvm::PrintFunctionList(const std::vector<Function *> &Funcs) { in PrintFunctionList()
H A DMiscompilation.cpp249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs()
1029 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local
H A DCrashDebugger.cpp240 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/llvm-project-15.0.7/bolt/lib/Passes/
H A DPettisAndHansen.cpp101 std::vector<NodeId> Funcs; in pettisAndHansen() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclTest.cpp195 llvm::SmallVector<ast_matchers::BoundNodes, 2> Funcs = in TEST() local
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp245 ArrayRef<OutputFunctionCoverageData> Funcs(OF); in readOutputFunctions() local
250 ArrayRef<OutputFunctionCoverageData> Funcs(OutputFunctions); in readOutputFunctions() local
918 auto Funcs = LoadedCoverage->getCoveredFunctions(); in TEST_P() local
H A DInstrProfTest.cpp1111 StringRef Funcs[] = {"Gfoo", "Gblah", "Gbar", "Ifoo", "Iblah", "Ibar", in TEST_P() local
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h477 void setProfiledFunctions(std::unordered_set<const BinaryFunction *> &Funcs) { in setProfiledFunctions()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1264 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp159 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon434f465a0211::GCOVProfiler
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp797 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()