Home | History | Annotate | Download | only in IR

Lines Matching refs:StringRef

48 Module::Module(StringRef MID, LLVMContext &C)
70 GlobalValue *Module::getNamedValue(StringRef Name) const {
76 unsigned Module::getMDKindID(StringRef Name) const {
83 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
97 Constant *Module::getOrInsertFunction(StringRef Name,
120 Constant *Module::getOrInsertFunction(StringRef Name,
130 Constant *Module::getOrInsertFunction(StringRef Name,
149 Constant *Module::getOrInsertFunction(StringRef Name,
170 Function *Module::getFunction(StringRef Name) const {
185 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) {
199 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) {
228 GlobalAlias *Module::getNamedAlias(StringRef Name) const {
237 StringRef NameRef = Name.toStringRef(NameData);
244 NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) {
284 Value *Module::getModuleFlag(StringRef Key) const {
311 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
319 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
333 void Module::setDataLayout(StringRef Desc) {
365 StringRef Salt = sys::path::filename(ModuleID);
457 Comdat *Module::getOrInsertComdat(StringRef Name) {