Lines Matching refs:Module

51 Module::Module(StringRef MID, LLVMContext &C)  in Module()  function in Module
58 Module::~Module() { in ~Module()
70 RandomNumberGenerator *Module::createRNG(const Pass* P) const { in createRNG()
91 GlobalValue *Module::getNamedValue(StringRef Name) const { in getNamedValue()
97 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID()
104 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames()
108 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags()
121 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction()
144 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction()
154 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction()
173 Constant *Module::getOrInsertFunction(StringRef Name, in getOrInsertFunction()
194 Function *Module::getFunction(StringRef Name) const { in getFunction()
209 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { in getGlobalVariable()
223 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal()
252 GlobalAlias *Module::getNamedAlias(StringRef Name) const { in getNamedAlias()
256 GlobalIFunc *Module::getNamedIFunc(StringRef Name) const { in getNamedIFunc()
263 NamedMDNode *Module::getNamedMetadata(const Twine &Name) const { in getNamedMetadata()
272 NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) { in getOrInsertNamedMetadata()
285 void Module::eraseNamedMetadata(NamedMDNode *NMD) { in eraseNamedMetadata()
290 bool Module::isValidModFlagBehavior(Metadata *MD, ModFlagBehavior &MFB) { in isValidModFlagBehavior()
302 void Module::
323 Metadata *Module::getModuleFlag(StringRef Key) const { in getModuleFlag()
324 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in getModuleFlag()
336 NamedMDNode *Module::getModuleFlagsMetadata() const { in getModuleFlagsMetadata()
343 NamedMDNode *Module::getOrInsertModuleFlagsMetadata() { in getOrInsertModuleFlagsMetadata()
350 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
358 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
362 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
367 void Module::addModuleFlag(MDNode *Node) { in addModuleFlag()
376 void Module::setDataLayout(StringRef Desc) { in setDataLayout()
380 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout()
382 const DataLayout &Module::getDataLayout() const { return DL; } in getDataLayout()
384 DICompileUnit *Module::debug_compile_units_iterator::operator*() const { in operator *()
387 DICompileUnit *Module::debug_compile_units_iterator::operator->() const { in operator ->()
391 void Module::debug_compile_units_iterator::SkipNoDebugCUs() { in SkipNoDebugCUs()
400 void Module::setMaterializer(GVMaterializer *GVM) { in setMaterializer()
407 std::error_code Module::materialize(GlobalValue *GV) { in materialize()
414 std::error_code Module::materializeAll() { in materializeAll()
421 std::error_code Module::materializeMetadata() { in materializeMetadata()
431 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes()
452 void Module::dropAllReferences() { in dropAllReferences()
466 unsigned Module::getDwarfVersion() const { in getDwarfVersion()
473 unsigned Module::getCodeViewFlag() const { in getCodeViewFlag()
480 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat()
486 PICLevel::Level Module::getPICLevel() const { in getPICLevel()
496 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
500 PIELevel::Level Module::getPIELevel() const { in getPIELevel()
510 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel()
514 void Module::setProfileSummary(Metadata *M) { in setProfileSummary()
518 Metadata *Module::getProfileSummary() { in getProfileSummary()
523 const Module &M, SmallPtrSetImpl<GlobalValue *> &Set, bool CompilerUsed) { in collectUsedGlobalVariables()