Searched refs:Key (Results 151 - 175 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h159 MDString *Key; member in struct:llvm::Module::ModuleFlagEntry
163 : Behavior(B), Key(K), Val(V) {}
475 /// Return the corresponding value if Key appears in module flags, otherwise
477 Metadata *getModuleFlag(StringRef Key) const;
490 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
491 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
492 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h449 struct Key { struct in class:llvm::CodeGenRegisterClass
453 Key(const CodeGenRegister::Vec *M, const RegSizeInfoByHwMode &I) function in struct:llvm::CodeGenRegisterClass::Key
456 Key(const CodeGenRegisterClass &RC) function in struct:llvm::CodeGenRegisterClass::Key
460 bool operator<(const Key&) const;
464 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
550 typedef std::map<CodeGenRegisterClass::Key, CodeGenRegisterClass*> RCKeyMap;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h144 static unsigned getHashValue(const SymbolsMapKey &Key) { argument
145 return hash_combine(hash_value(Key.Kind), hash_value(Key.Name));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp145 io.mapRequired(A.Key.data(), ValueID);
148 io.mapRequired(A.Key.data(), S);
150 io.mapRequired(A.Key.data(), A.Val);
H A DRemark.cpp55 return wrap(&unwrap(Arg)->Key);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp118 DependencyScanningFilesystemSharedCache::get(StringRef Key) { argument
119 CacheShard &Shard = CacheShards[llvm::hash_value(Key) % NumShards];
121 auto It = Shard.Cache.try_emplace(Key);
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextInEx.h91 EFI_INPUT_KEY Key; member in struct:__anon6086
158 KeyData.Key.ScanCode is the EFI scan code defined in Error!
159 Reference source not found. The KeyData.Key.UnicodeChar is the
163 reflected in KeyData.Key.UnicodeChar or KeyData.Key.ScanCode .
166 normally adjusted by shift modifiers (e.g. Shift Key + "f"
167 key) would be presented solely as a KeyData.Key.UnicodeChar
169 of a Shift Key + "f" key being pressed, the only pertinent
170 data returned would be KeyData.Key.UnicodeChar with the value
173 Shift Key
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h32 char *make_entry(llvm::StringRef Key, llvm::StringRef Value);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h157 static AnalysisKey Key; member in class:llvm::OptimizationRemarkEmitterAnalysis
H A DBlockFrequencyInfo.h113 static AnalysisKey Key; member in class:llvm::BlockFrequencyAnalysis
H A DGlobalsModRef.h131 static AnalysisKey Key; member in class:llvm::GlobalsAA
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h128 StringRef Key; member in struct:llvm::AArch64::ParsedBranchProtection
H A DJSON.h796 void attribute(llvm::StringRef Key, const Value& Contents) { argument
797 attributeImpl(Key, [&] { value(Contents); });
800 void attributeArray(llvm::StringRef Key, Block Contents) { argument
801 attributeImpl(Key, [&] { array(Contents); });
804 void attributeObject(llvm::StringRef Key, Block Contents) { argument
805 attributeImpl(Key, [&] { object(Contents); });
815 void attributeBegin(llvm::StringRef Key);
819 void attributeImpl(llvm::StringRef Key, Block Contents) { argument
820 attributeBegin(Key);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp111 AnalysisKey OptimizationRemarkEmitterAnalysis::Key; member in class:OptimizationRemarkEmitterAnalysis
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h123 SharedFileSystemEntry &get(StringRef Key);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h367 auto Key = I->second.first;
369 auto StubSymbol = JITEvaluatedSymbol(getStubAddr(Key), Flags);
379 auto Key = I->second.first;
381 return JITEvaluatedSymbol(getPtrAddr(Key), Flags);
387 auto Key = I->second.first; variable
388 return Client.writePointer(getPtrAddr(Key), NewAddr);
425 auto Key = FreeStubs.back(); local
427 StubIndexes[StubName] = std::make_pair(Key, StubFlags);
428 return Client.writePointer(getPtrAddr(Key), InitAddr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h75 static unsigned getHashValue(const APInt &Key) { argument
76 return static_cast<unsigned>(hash_value(Key));
88 static unsigned getHashValue(const APFloat &Key) { argument
89 return static_cast<unsigned>(hash_value(Key));
128 static unsigned getHashValue(const KeyTy& Key) { argument
129 return hash_combine(hash_combine_range(Key.ETypes.begin(),
130 Key.ETypes.end()),
131 Key.isPacked);
183 static unsigned getHashValue(const KeyTy& Key) { argument
184 return hash_combine(Key
1150 getHashValue(const KeyTy &Key) argument
[all...]
H A DRemarkStreamer.cpp96 R.Args.back().Key = Arg.Key;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1201 bool checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, argument
1203 if (!Keys.count(Key)) {
1207 KeyStatus &S = Keys[Key];
1209 error(KeyNode, Twine("duplicate key '") + Key + "'");
1328 StringRef Key; local
1332 if (!parseScalarString(I.getKey(), Key, Buffer))
1335 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys))
1339 if (Key == "name") {
1354 } else if (Key == "type") {
1365 } else if (Key
1532 StringRef Key; local
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dssh-com.sh67 echo Key $t.com >> ${OBJ}/${USER}/authorization
/freebsd-11-stable/crypto/openssh/
H A Dauth2-pubkey.c81 Key *key = NULL;
223 pubkey_auth_info(Authctxt *authctxt, const Key *key, const char *fmt, ...)
764 check_authkeys_file(FILE *f, char *file, Key* key, struct passwd *pw)
769 Key *found;
879 user_cert_trusted_ca(struct passwd *pw, Key *key)
945 user_key_allowed2(struct passwd *pw, Key *key, char *file)
968 user_key_command_allowed2(struct passwd *user_pw, Key *key)
1091 user_key_allowed(struct passwd *pw, Key *key, int auth_attempt)
H A Dauth2-hostbased.c62 Key *key = NULL;
161 Key *key)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h94 static hash_value_type ComputeHash(const internal_key_type &Key) { argument
95 return Key.getHash();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp306 Ret += (StringRef("+") + KV.Key + ",").str();
308 Ret += (StringRef("-") + KV.Key + ",").str();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp132 StringRef Key = KV.first();
157 AsmSymbol(Key, BasicSymbolRef::Flags(Res));

Completed in 374 milliseconds

1234567891011>>