OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalCtors
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CodeGenModule.h
251
///
GlobalCtors
- Store the list of global constructors and their respective
253
CtorList
GlobalCtors
;
CodeGenModule.cpp
133
EmitCtorList(
GlobalCtors
, "llvm.global_ctors");
344
GlobalCtors
.push_back(std::make_pair(Ctor, Priority));
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
Completed in 78 milliseconds