Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h136 std::vector<FunctionInfo> Funcs; global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp240 void llvm::PrintFunctionList(const std::vector<Function *> &Funcs) { in PrintFunctionList() argument
H A DMiscompilation.cpp249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs() argument
1027 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local
[all...]
H A DCrashDebugger.cpp252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h160 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp297 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 Dllvm-pdbutil.cpp1262 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon755d56fc0211::GCOVProfiler
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp936 getAllNoBuiltinFuncValues(ArgList & Args,std::vector<std::string> & Funcs) getAllNoBuiltinFuncValues() argument