Searched refs:KeyType (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h31 typedef ConstString KeyType; typedef in class:lldb_private::TypeCategoryMap
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-current/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp27 void TypeCategoryMap::Add(KeyType name, const ValueSP &entry) {
34 bool TypeCategoryMap::Delete(KeyType name) {
46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) {
54 bool TypeCategoryMap::Disable(KeyType category_name) {
133 bool TypeCategoryMap::Get(KeyType name, ValueSP &entry) {
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMappedHash.h143 typedef __KeyType KeyType; typedef in class:MappedHash::MemoryTable
157 KeyType key;
252 // This method must be implemented in any subclasses. The KeyType is user
254 // KeyType might be a string offset in a string table and subclasses can
258 virtual const char *GetStringForKeyType(KeyType key) const = 0;
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h130 const char *GetStringForKeyType(KeyType key) const override;
H A DHashedNameToDIE.cpp313 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const {
504 KeyType key = m_data.GetU32(&hash_data_offset);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h151 template <typename MapType, typename ListType, typename KeyType,
153 void addItem(MapType *Map, KeyType Key, ValueType Value) {
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h963 using KeyType = KeyT;
2111 using KeyType = typename MapA::KeyType;
2168 KeyType start() const {
2169 KeyType ak = a().start();
2170 KeyType bk = b().start();
2175 KeyType stop() const {
2176 KeyType ak = a().stop();
2177 KeyType bk = b().stop();
2205 void advanceTo(KeyType
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp277 SortSymbolKeyTy KeyType = StringSwitch<SortSymbolKeyTy>(KeyStr) local
281 if (KeyType == SortSymbolKeyTy::UNKNOWN)
284 opts::SortKeys.push_back(KeyType);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp840 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) {
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_secalgo.c1038 static SECKEYPublicKey* nss_key_create(KeyType ktype)
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_secalgo.c1038 static SECKEYPublicKey* nss_key_create(KeyType ktype)

Completed in 194 milliseconds