Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h137 std::vector<FunctionInfo> Funcs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp88 static void collectFunctionUsers(User *U, DenseSet<Function *> &Funcs) { in collectFunctionUsers()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp48 std::vector<Function *> Funcs; in extractArgumentsFromModule() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.h139 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/netbsd-src/external/apache2/llvm/dist/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()
1029 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local
H A DCrashDebugger.cpp240 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h136 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1238 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp165 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon8d0cc8750211::GCOVProfiler
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp769 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()