Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h136 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.h160 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp297 llvm::DenseSet<const FunctionDecl *> &Funcs) { in insertIfFunction()
320 llvm::DenseSet<const FunctionDecl *> &Funcs) { in getFieldsGlobalsAndFuncs()
337 llvm::DenseSet<const FunctionDecl *> &Funcs) { in getFieldsGlobalsAndFuncs()
433 llvm::DenseSet<const FunctionDecl *> Funcs; in initFieldsGlobalsAndFuncs() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1262 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon671bdbf20211::GCOVProfiler
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp936 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()