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

  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 151 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) {
153 dyn_cast<ConstantArray>(GlobalDtors->getInitializer())) {
158 GlobalDtors->eraseFromParent();
162 GlobalVariable *GlobalDtors = new GlobalVariable(
167 GlobalDtors->setInitializer(ConstantArray::get(
168 cast<ArrayType>(GlobalDtors->getType()->getElementType()), dtors));
  /external/clang/lib/CodeGen/
CodeGenModule.h 292 /// GlobalDtors - Store the list of global destructors and their respective
294 CtorList GlobalDtors;
    [all...]

Completed in 104 milliseconds