OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CtorList
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenModule.h
207
typedef std::vector<std::pair<llvm::Constant*, int> >
CtorList
;
253
CtorList
GlobalCtors;
257
CtorList
GlobalDtors;
805
void EmitCtorList(const
CtorList
&Fns, const char *GlobalName);
CodeGenModule.cpp
354
void CodeGenModule::EmitCtorList(const
CtorList
&Fns, const char *GlobalName) {
366
for (
CtorList
::const_iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) {
[
all
...]
Completed in 20 milliseconds