Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h136 std::vector<FunctionInfo> Funcs; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp89 static void collectFunctionUsers(User *U, DenseSet<Function *> &Funcs) { in collectFunctionUsers()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp62 std::vector<Function *> Funcs; in extractArgumentsFromModule() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h135 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.h158 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h472 void setProfiledFunctions(std::unordered_set<const BinaryFunction *> &Funcs) { in setProfiledFunctions()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1264 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp160 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon3a2a73410211::GCOVProfiler
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp801 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()