Lines Matching refs:Module
27 class Module; variable
40 void appendToGlobalCtors(Module &M, Function *F, int Priority,
44 void appendToGlobalDtors(Module &M, Function *F, int Priority,
49 void setKCFIType(Module &M, Function &F, StringRef MangledType);
51 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName,
57 Function *createSanitizerCtor(Module &M, StringRef CtorName);
64 Module &M, StringRef CtorName, StringRef InitName,
76 Module &M, StringRef CtorName, StringRef InitName,
83 bool nameUnamedGlobals(Module &M);
86 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
89 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
94 void removeFromUsedLists(Module &M,
123 std::string getUniqueModuleId(Module *M);
128 void embedBufferInModule(Module &M, MemoryBufferRef Buf, StringRef SectionName,
144 Module &M, ArrayRef<GlobalIFunc *> IFuncsToLower = {});