OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitName
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h
42
FunctionCallee declareSanitizerInitFunction(Module &M, StringRef
InitName
,
54
Module &M, StringRef CtorName, StringRef
InitName
,
66
Module &M, StringRef CtorName, StringRef
InitName
,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ModuleUtils.cpp
115
llvm::declareSanitizerInitFunction(Module &M, StringRef
InitName
,
117
assert(!
InitName
.empty() && "Expected init function name");
119
InitName
,
135
Module &M, StringRef CtorName, StringRef
InitName
,
138
assert(!
InitName
.empty() && "Expected init function name");
142
declareSanitizerInitFunction(M,
InitName
, InitArgTypes);
157
Module &M, StringRef CtorName, StringRef
InitName
,
168
return {Ctor, declareSanitizerInitFunction(M,
InitName
, InitArgTypes)};
173
M, CtorName,
InitName
, InitArgTypes, InitArgs, VersionCheckName);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp
253
void registerInitFunc(JITDylib &JD, SymbolStringPtr
InitName
) {
255
InitFunctions[&JD].add(
InitName
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2135
SmallString<128>
InitName
;
2136
llvm::raw_svector_ostream OS(
InitName
);
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026