Searched refs:getKey (Results 101 - 115 of 115) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1020 return Tag->getKey();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1857 StringRef OrigName = N_F.getKey();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp530 return new(Allocator) CodeInit(Entry.getKey(), Loc);
538 Entry.second = new(Allocator) StringInit(Entry.getKey());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3108 StringEncoding Bits = getStringEncoding(Name.getKey());
3128 for (const auto P : Name.getKey())
3486 StringRef Key = MPSE.getKey();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp502 const NamedDecl *D = I.getKey();
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2131 ScalarNode *KeyString = dyn_cast<ScalarNode>((*KVI).getKey());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2105 std::pair<const char *, Option *>(I->getKey().data(), I->second));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp62 auto *M = findModule(Name.getKey());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2337 ReqFeatures.push_back(F.getKey());
H A DCGOpenMPRuntimeNVPTX.cpp4955 CudaArch Arch = StringToCudaArch(Feature.getKey());
H A DCodeGenModule.cpp1690 Features.push_back((Entry.getValue() ? "+" : "-") + Entry.getKey().str());
H A DCGOpenMPRuntime.cpp4042 Action(E.getKey(), E.getValue());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp113 std::make_pair(I.getKey(), std::make_pair(I.second, LocTy())));
198 "use of undefined type named '" + I->getKey() + "'");
263 Slots->NamedTypes.insert(std::make_pair(I.getKey(), I.second.first));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4929 Consumer->FoundName(I.getKey());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3918 AddString(I.getKey(), Record);

Completed in 532 milliseconds

12345