Searched defs:Funcs (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymCreator.h | 136 std::vector<FunctionInfo> Funcs; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.cpp | 240 void llvm::PrintFunctionList(const std::vector<Function *> &Funcs) { in PrintFunctionList() argument
|
H A D | Miscompilation.cpp | 249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs() argument 1027 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local [all...] |
H A D | CrashDebugger.cpp | 252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 160 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 297 insertIfFunction(const Decl & D,llvm::DenseSet<const FunctionDecl * > & Funcs) insertIfFunction() argument 320 getFieldsGlobalsAndFuncs(const Decl & D,FieldSet & Fields,llvm::DenseSet<const VarDecl * > & Vars,llvm::DenseSet<const FunctionDecl * > & Funcs) getFieldsGlobalsAndFuncs() argument 337 getFieldsGlobalsAndFuncs(const Stmt & S,FieldSet & Fields,llvm::DenseSet<const VarDecl * > & Vars,llvm::DenseSet<const FunctionDecl * > & Funcs) getFieldsGlobalsAndFuncs() argument 433 llvm::DenseSet<const FunctionDecl *> Funcs; initFieldsGlobalsAndFuncs() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1262 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon755d56fc0211::GCOVProfiler
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 936 getAllNoBuiltinFuncValues(ArgList & Args,std::vector<std::string> & Funcs) getAllNoBuiltinFuncValues() argument
|