| /llvm-project/llvm/include/llvm/ADT/ |
| H A D | PostOrderIterator.h | 44 // - By providing a custom SetType class, unwanted graph nodes can be excluded 58 template<class SetType, bool External> 60 SetType Visited; 74 template<class SetType> 75 class po_iterator_storage<SetType, true> { 76 SetType &Visited; 79 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() 95 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>, 97 class po_iterator : public po_iterator_storage<SetType, ExtStorage> { 125 po_iterator(NodeRef BB, SetType in po_iterator() [all...] |
| H A D | DepthFirstIterator.h | 50 template<class SetType, bool External> // Non-external set 53 SetType Visited; 56 template<class SetType> 57 class df_iterator_storage<SetType, true> { 59 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage() 62 SetType &Visited; 83 class SetType = 86 class df_iterator : public df_iterator_storage<SetType, ExtStorage> { 116 inline df_iterator(NodeRef Node, SetType &S) in df_iterator() 117 : df_iterator_storage<SetType, ExtStorag in df_iterator() [all...] |
| H A D | BreadthFirstIterator.h | 33 template <class SetType> class bf_iterator_storage { 35 SetType Visited; 44 class SetType = 47 class bf_iterator : public bf_iterator_storage<SetType> {
|
| /llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 935 SetType(type_sp); in TypeImpl() 940 SetType(compiler_type); in SetType() function in TypeImpl 945 SetType(type_sp, dynamic); in SetType() 951 SetType(static_type, dynamic_type); in SetType() function in TypeImpl 954 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() 965 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() 970 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in CheckModule() 972 SetType(type_sp); 976 void TypeImpl::SetType(const CompilerType &compiler_type, 956 void TypeImpl::SetType(const lldb::TypeSP &type_sp, SetType() function in TypeImpl 962 void TypeImpl::SetType(const CompilerType &compiler_type, SetType() function in TypeImpl
|
| /llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 156 SetType &S = I.second; in constrain() 178 SetType &S = getOrCreate(I.first); in assign_if() 263 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { in intersect() 299 auto Leftovers = [&](const SetType &A, const SetType &B) { in intersect() 300 SetType Diff = A; in intersect() 306 SetType OutLeftovers = Leftovers(Out, In); in intersect() 318 SetType InLeftovers = Leftovers(In, Out); in intersect() 388 TypeSetByHwMode::SetType in forceArbitrary() [all...] |
| H A D | CodeGenDAGPatterns.h | 188 using SetType = MachineValueTypeSet; member 198 SetType &getOrCreate(unsigned Mode) { return Map[Mode]; } 240 bool intersect(SetType &Out, const SetType &In); 320 void expandOverloads(TypeSetByHwMode::SetType &Out, 321 const TypeSetByHwMode::SetType &Legal) const;
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 638 void SetType(const lldb::TypeSP &type_sp); 640 void SetType(const CompilerType &compiler_type); 642 void SetType(const lldb::TypeSP &type_sp, const CompilerType &dynamic); 644 void SetType(const CompilerType &compiler_type, const CompilerType &dynamic);
|
| H A D | Symbol.h | 170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
|
| H A D | ObjectFile.h | 585 virtual void SetType(Type type) { m_type = type; } in SetType() function
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | RegisterValue.h | 95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function 97 RegisterValue::Type SetType(const RegisterInfo ®_info);
|
| H A D | Event.h | 208 void SetType(uint32_t new_type) { m_type = new_type; } in BroadcasterIs() 197 void SetType(uint32_t new_type) { m_type = new_type; } SetType() function
|
| H A D | StructuredData.h | 91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function 390 SetType(lldb::eStructuredDataTypeInvalid); in Dictionary()
|
| /llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointResource.h | 39 void SetType(bool read, bool write);
|
| H A D | BreakpointSite.h | 204 void SetType(BreakpointSite::Type type) { m_type = type; } 199 void SetType(BreakpointSite::Type type) { m_type = type; } SetType() function
|
| /llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 286 symbol.SetType(eSymbolTypeAbsolute); in ParseSymtab() 290 symbol.SetType(SymbolType(COFFSymRef)); in ParseSymtab()
|
| /llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 811 symbol.SetType(symbol_type); in AppendFromCOFFSymbolTable() 823 exported->SetType(symbol_type); in AppendFromCOFFSymbolTable() 829 symbol.SetType(lldb::eSymbolTypeAdditional); in AppendFromCOFFSymbolTable() 836 symbol.SetType(exported->GetType()); in AppendFromCOFFSymbolTable() 841 symbol.SetType(lldb::eSymbolTypeAbsolute); in AppendFromCOFFSymbolTable() 924 symbol.SetType(lldb::eSymbolTypeData); in AppendFromExportTable() 928 symbol.SetType(lldb::eSymbolTypeCode); in AppendFromExportTable()
|
| /llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 102 sym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
| /llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 102 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
| /llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 134 dsym_objfile_sp->SetType(ObjectFile::eTypeDebugInfo); in CreateInstance()
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointResource.cpp | 39 void WatchpointResource::SetType(bool read, bool write) { in SetType() function in WatchpointResource
|
| /llvm-project/lldb/source/API/ |
| H A D | SBFunction.cpp | 212 sb_type.ref().SetType(function_type->shared_from_this()); in GetType()
|
| /llvm-project/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 81 value_to_write.SetType(*full_reg_info); in WriteRegisterRaw()
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 70 void SetType(Type t) { m_type = t; } in SetType() function
|
| /llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 332 module_sp->GetObjectFile()->SetType(ObjectFile::eTypeJIT); in ReadJITDescriptorImpl()
|
| /llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 134 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
|