Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DCallSiteInfo.h100 CallSiteInfoLoader(GsymCreator &GCreator, std::vector<FunctionInfo> &Funcs) in CallSiteInfoLoader()
138 std::vector<FunctionInfo> &Funcs; variable
H A DGsymCreator.h138 std::vector<FunctionInfo> Funcs; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILFinalizeLinkage.cpp31 SmallVector<Function *> Funcs; in finalizeLinkage() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h142 UniquePtrVector<PDBSymbolFunc> Funcs; variable
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp241 void llvm::PrintFunctionList(const std::vector<Function *> &Funcs) { in PrintFunctionList()
H A DMiscompilation.cpp249 ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function *> &Funcs) { in TestFuncs()
1022 Expected<std::vector<Function *>> Funcs = in debugCodeGenerator() local
H A DCrashDebugger.cpp252 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function *> &Funcs) { in TestFuncs()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.h174 llvm::DenseMap<const FunctionDecl *, std::unique_ptr<Function>> Funcs; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp41 SmallVector<Function *, 10> Funcs; member
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp214 std::vector<StableFunction> Funcs; in deserializeYAML() local
H A DStableFunctionMap.cpp118 for (auto &Funcs : HashToFuncs) in size() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp181 llvm::DenseSet<const FunctionDecl *> &Funcs) { in insertIfFunction()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp462 std::vector<const RuntimeLibcallImpl *> &Funcs = FuncsWithCC.LibcallImpls; in emitSystemRuntimeLibrarySetCalls() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1268 std::vector<std::unique_ptr<PDBSymbolFunc>> Funcs; in dumpPretty() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp164 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs; member in __anon09913f2a0211::GCOVProfiler
H A DNumericalStabilitySanitizer.cpp498 SmallVector<FunctionCallee> Funcs; member in __anon1c7024df0111::NsanMemOpFn
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp964 std::vector<std::string> &Funcs) { in getAllNoBuiltinFuncValues()