Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunctionCallGraph.h49 std::vector<BinaryFunction *> Funcs; variable
H A DDynoStats.h150 inline DynoStats getDynoStats(FuncsType &Funcs, bool IsAArch64) { in getDynoStats()
162 inline void callWithDynoStats(raw_ostream &OS, FnType &&Func, FuncsType &Funcs, in callWithDynoStats()
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h137 std::vector<FunctionInfo> Funcs; variable
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp62 std::vector<Function *> Funcs; in extractArgumentsFromModule() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/llvm-project/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() argument
1027 Expected<std::vector<Function *>> Funcs = debugCodeGenerator() local
[all...]
H A DCrashDebugger.cpp252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs() argument
/llvm-project/clang/lib/AST/Interp/
H A DProgram.h
/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp41 SmallVector<Function *, 10> Funcs; member
/llvm-project/bolt/lib/Passes/
H A DPettisAndHansen.cpp101 std::vector<NodeId> Funcs; in pettisAndHansen() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp174 insertIfFunction(const Decl & D,llvm::DenseSet<const FunctionDecl * > & Funcs) insertIfFunction() argument
/llvm-project/libc/utils/HdrGen/
H A DPublicAPICommand.cpp
/llvm-project/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp271 ArrayRef<OutputFunctionCoverageData> Funcs(OF); in readOutputFunctions() local
276 ArrayRef<OutputFunctionCoverageData> Funcs(OutputFunctions); in readOutputFunctions() local
1019 auto Funcs = LoadedCoverage->getCoveredFunctions(); TEST_P() local
H A DInstrProfTest.cpp1763 StringRef Funcs[] = {"Gfoo", "Gblah", "Gbar", "Ifoo", "Iblah", "Ibar", TEST() local
/llvm-project/clang/unittests/AST/
H A DDeclTest.cpp210 llvm::SmallVector<ast_matchers::BoundNodes, 2> Funcs = in TEST() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h500 setProfiledFunctions(std::unordered_set<const BinaryFunction * > & Funcs) setProfiledFunctions() argument
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1262 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/llvm-project/offload/plugins-nextgen/cuda/src/
H A Drtl.cpp1170 allocate(Funcs.size() * sizeof(void *), nullptr, TARGET_ALLOC_DEVICE); in callGlobalCtorDtorCommon() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; global() member in __anon674c465d0211::GCOVProfiler
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp947 getAllNoBuiltinFuncValues(ArgList & Args,std::vector<std::string> & Funcs) getAllNoBuiltinFuncValues() argument