OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionData
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp
104
struct
FunctionData
{
105
FunctionData
() = delete;
106
FunctionData
(const FunctionDecl *FDecl, StringRef Name,
109
FunctionData
(const
FunctionData
&) = default;
110
FunctionData
(
FunctionData
&&) = default;
111
FunctionData
&operator=(const
FunctionData
&) = delete;
112
FunctionData
&operator=(FunctionData &&) = delete
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h
41
StringMap<ProfilingData>
FunctionData
;
51
StringMap<ProfilingData> &getProfileData() { return
FunctionData
; }
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp
198
if (
FunctionData
.find(Name) ==
FunctionData
.end()) {
206
auto &ProfileDataMap =
FunctionData
[Name];
228
auto &ProfileDataMap =
FunctionData
[Name];
255
for (auto &I : IPW.
FunctionData
)
299
for (const auto &I :
FunctionData
)
380
for (const auto &I :
FunctionData
)
485
for (const auto &I :
FunctionData
) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h
457
struct
FunctionData
{
471
llvm::SmallDenseMap<llvm::Function *,
FunctionData
> FunctionGlobalizedDecls;
Completed in 45 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026