Lines Matching refs:StringRef
45 Module::Module(StringRef MID, LLVMContext& C)
66 StringRef temp = DataLayout;
70 std::pair<StringRef, StringRef> P = getToken(temp, "-");
72 StringRef token = P.first;
87 StringRef temp = DataLayout;
91 std::pair<StringRef, StringRef> TmpP = getToken(temp, "-");
94 StringRef token = TmpP.second, signalToken = TmpP.first;
112 GlobalValue *Module::getNamedValue(StringRef Name) const {
118 unsigned Module::getMDKindID(StringRef Name) const {
125 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {
139 Constant *Module::getOrInsertFunction(StringRef Name,
172 Constant *Module::getOrInsertTargetIntrinsic(StringRef Name,
189 Constant *Module::getOrInsertFunction(StringRef Name,
200 Constant *Module::getOrInsertFunction(StringRef Name,
219 Constant *Module::getOrInsertFunction(StringRef Name,
240 Function *Module::getFunction(StringRef Name) const {
255 GlobalVariable *Module::getGlobalVariable(StringRef Name,
270 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) {
297 GlobalAlias *Module::getNamedAlias(StringRef Name) const {
306 StringRef NameRef = Name.toStringRef(NameData);
313 NamedMDNode *Module::getOrInsertNamedMetadata(StringRef Name) {
364 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
372 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
455 void Module::addLibrary(StringRef Lib) {
462 void Module::removeLibrary(StringRef Lib) {