| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategoryMap.h | 31 typedef ConstString KeyType; typedef 34 typedef std::map<KeyType, ValueSP> MapType; 46 void Add(KeyType name, const ValueSP &entry); 48 bool Delete(KeyType name); 50 bool Enable(KeyType category_name, Position pos = Default); 52 bool Disable(KeyType category_name); 64 bool Get(KeyType name, ValueSP &entry);
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 27 void TypeCategoryMap::Add(KeyType name, const ValueSP &entry) { in Add() 34 bool TypeCategoryMap::Delete(KeyType name) { in Delete() 46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() 54 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() 133 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) { in Get()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 143 typedef __KeyType KeyType; typedef 157 KeyType key; 258 virtual const char *GetStringForKeyType(KeyType key) const = 0;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 963 using KeyType = KeyT; variable 2111 using KeyType = typename MapA::KeyType; variable 2168 KeyType start() const { in start() 2169 KeyType ak = a().start(); in start() 2170 KeyType bk = b().start(); in start() 2175 KeyType stop() const { in stop() 2176 KeyType ak = a().stop(); in stop() 2177 KeyType bk = b().stop(); in stop() 2205 void advanceTo(KeyType x) { in advanceTo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.h | 151 template <typename MapType, typename ListType, typename KeyType, 153 void addItem(MapType *Map, KeyType Key, ValueType Value) { in addItem()
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | BackEnds.rst | 774 struct KeyType { 778 KeyType Key = { Val1, Val2 }; 781 [](const AEntry &LHS, const KeyType &RHS) { 849 struct KeyType { 852 KeyType Key = { Encoding }; 855 [](const CEntry &LHS, const KeyType &RHS) { 898 struct KeyType { 946 struct KeyType { 950 KeyType Key = { Name.upper(), Kind }; 953 [](const IndexType &LHS, const KeyType &RHS) {
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | HashedNameToDIE.h | 130 const char *GetStringForKeyType(KeyType key) const override;
|
| H A D | HashedNameToDIE.cpp | 313 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const { in GetStringForKeyType() 504 KeyType key = m_data.GetU32(&hash_data_offset); in AppendAllDIEsInRange()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 277 SortSymbolKeyTy KeyType = StringSwitch<SortSymbolKeyTy>(KeyStr) in parseOptions() local 281 if (KeyType == SortSymbolKeyTy::UNKNOWN) in parseOptions() 284 opts::SortKeys.push_back(KeyType); in parseOptions()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1682 how the string value is stored ("``KeyType``") and the content of the data for each 1837 The KeyType for the DWARF table is a 32 bit string table offset into the 1861 | 0x00001023 | uint32_t KeyType (.debug_str[0x0001023] => "main") 1867 | 0x00000000 | uint32_t KeyType (end of hash chain) 1875 | 0x00001023 | uint32_t KeyType (.debug_str[0x0001023] => "main") 1881 | 0x00002023 | uint32_t KeyType (.debug_str[0x0002023] => "print") 1885 | 0x00000000 | uint32_t KeyType (end of hash chain)
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 840 template <typename Map, typename KeyType> 841 void touchAndErase(Map &, const KeyType &); 2049 template <typename Map, typename KeyType> 2050 void NewGVN::touchAndErase(Map &M, const KeyType &Key) { in touchAndErase()
|
| /openbsd-src/usr.sbin/unbound/validator/ |
| H A D | val_secalgo.c | 1041 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|
| /openbsd-src/sbin/unwind/libunbound/validator/ |
| H A D | val_secalgo.c | 1041 static SECKEYPublicKey* nss_key_create(KeyType ktype) in nss_key_create()
|