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

  /external/swiftshader/third_party/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 355 CtorList GlobalDtors;
637 CtorList &getGlobalDtors() { return GlobalDtors; }
    [all...]
CodeGenModule.cpp 401 EmitCtorList(GlobalDtors, "llvm.global_dtors");
720 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]

Completed in 348 milliseconds