Home
last modified time | relevance | path

Searched refs:FunctionData (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp104 struct FunctionData { struct in __anon4c4a178b0111::GenericTaintChecker
105 FunctionData() = delete;
106 FunctionData(const FunctionDecl *FDecl, StringRef Name, in FunctionData() function
109 FunctionData(const FunctionData &) = default;
110 FunctionData(FunctionData &&) = default;
111 FunctionData &operator=(const FunctionData &) = delete;
112 FunctionData &operator=(FunctionData &&) = delete;
114 static Optional<FunctionData> create(const CallEvent &Call, in create() argument
129 return FunctionData{FDecl, Name, std::move(FullName)}; in create()
143 bool checkPre(const CallEvent &Call, const FunctionData &FData,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp198 if (FunctionData.find(Name) == FunctionData.end()) { in overlapRecord()
206 auto &ProfileDataMap = FunctionData[Name]; in overlapRecord()
228 auto &ProfileDataMap = FunctionData[Name]; in addRecord()
255 for (auto &I : IPW.FunctionData) in mergeRecordsFromWriter()
299 for (const auto &I : FunctionData) in writeImpl()
380 for (const auto &I : FunctionData) in writeImpl()
485 for (const auto &I : FunctionData) { in writeText()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable
51 StringMap<ProfilingData> &getProfileData() { return FunctionData; } in getProfileData()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h457 struct FunctionData { struct
471 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; argument