Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h137 std::vector<FunctionInfo> Funcs; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/freebsd/contrib/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()
1027 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local
H A DCrashDebugger.cpp252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h161 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp41 SmallVector<Function *, 10> Funcs; member
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp174 llvm::DenseSet<const FunctionDecl *> &Funcs) { in insertIfFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1264 Funcs.push_back(std::move(Func)); in dumpPretty() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon09913f2a0211::GCOVProfiler
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp960 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()