Home
last modified time | relevance | path

Searched defs:FunctionData (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h421 struct FunctionData { struct
433 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; argument
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp104 struct FunctionData { struct in __anondb3e80740111::GenericTaintChecker
106 FunctionData(const FunctionDecl *FDecl, StringRef Name, in FunctionData() function
114 static Optional<FunctionData> create(const CallEvent &Call, in create()
132 bool isInScope(StringRef Scope) const { in isInScope()
136 const FunctionDecl *const FDecl;
137 const StringRef Name;
138 const std::string FullName;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable