HomeSort by relevance Sort by last modified time
    Searched refs:Mod (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.h 33 void InsertProfilingShutdownCall(Function *Callee, Module *Mod);
ProfilingUtils.cpp 133 void llvm::InsertProfilingShutdownCall(Function *Callee, Module *Mod) {
137 Type::getInt32Ty(Mod->getContext()),
138 FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo()
141 StructType::get(Mod->getContext(), GlobalDtorElems, false);
145 ConstantInt::get(Type::getInt32Ty(Mod->getContext()), 65535),
152 if (GlobalVariable *GlobalDtors = Mod->getNamedGlobal("llvm.global_dtors")) {
164 *Mod, ArrayType::get(GlobalDtorElemTy, 1), false,