Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
HDGsymCreator.h137 std::vector<FunctionInfo> Funcs; variable
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDBugDriver.cpp240 void llvm::PrintFunctionList(const std::vector<Function *> &Funcs) { in PrintFunctionList()
HDMiscompilation.cpp249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs()
1027 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local
HDCrashDebugger.cpp252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDUDTLayout.h135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDProgram.h161 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDJumpTableToSwitch.cpp41 SmallVector<Function *, 10> Funcs; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDASTOps.cpp174 llvm::DenseSet<const FunctionDecl *> &Funcs) { in insertIfFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.cpp1262 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon882ce5830211::GCOVProfiler
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp960 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()