HomeSort by relevance Sort by last modified time
    Searched refs:GlobalCtors (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 263 /// GlobalCtors - Store the list of global constructors and their respective
265 CtorList GlobalCtors;
    [all...]
CodeGenModule.cpp 171 EmitCtorList(GlobalCtors, "llvm.global_ctors");
430 GlobalCtors.push_back(std::make_pair(Ctor, Priority));
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 52 milliseconds