| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSite.h | 194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Event.h | 210 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
|
| H A D | RegisterValue.h | 85 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
|
| H A D | StructuredData.h | 83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 827 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl 838 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl 843 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl 849 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 145 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
|
| H A D | ObjectFile.h | 578 virtual void SetType(Type type) { m_type = type; } in SetType() function
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | characteristics.h | 288 void SetType(DynamicType t) { std::get<TypeAndShape>(u).set_type(t); } in SetType() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 126 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 162 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType() function in RegisterValue
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 246 DIDerivedType *SetType = DIB.createSetType(Scope, "set1", F, 1, 64, 64, Type); in TEST() local
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 70 void SetType(Type t) { m_type = t; } in SetType() function
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | symbol.cpp | 293 void Symbol::SetType(const DeclTypeSpec &type) { in SetType() function in Fortran::semantics::Symbol
|
| H A D | resolve-names.cpp | 5636 void DeclarationVisitor::SetType( in SetType() function in Fortran::semantics::DeclarationVisitor
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 193 using SetType = MachineValueTypeSet; member
|