OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitFn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp
33
Constant *
InitFn
= M.getOrInsertFunction(FnName, Type::getInt32Ty(Context),
64
CallInst *InitCall = CallInst::Create(
InitFn
, Args, "newargc", InsertPos);
/external/clang/lib/CodeGen/
CGDeclCXX.cpp
295
llvm::Function *
InitFn
= 0;
299
InitFn
= CreateGlobalInitOrDestructFunction(*this, FTy, "__tls_init",
306
.GenerateCXXGlobalInitFunc(
InitFn
, CXXThreadLocalInits, Guard);
309
getCXXABI().EmitThreadLocalInitFuncs(CXXThreadLocals,
InitFn
);
Completed in 338 milliseconds