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

  /external/clang/lib/CodeGen/
CodeGenModule.h 872 /// EmitCtorList - Generates a global array of functions and priorities using
875 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
    [all...]
CodeGenModule.cpp 150 EmitCtorList(GlobalCtors, "llvm.global_ctors");
151 EmitCtorList(GlobalDtors, "llvm.global_dtors");
374 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {
    [all...]

Completed in 141 milliseconds