Home
last modified time | relevance | path

Searched defs:SetType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEvent.h210 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
H A DRegisterValue.h85 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
H A DStructuredData.h83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp827 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 DSymbol.h145 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
H A DObjectFile.h578 virtual void SetType(Type type) { m_type = type; } in SetType() function
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h288 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 DObjCLanguageRuntime.h126 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 DRegisterValue.cpp162 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType() function in RegisterValue
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp246 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 DJSONGenerator.h70 void SetType(Type t) { m_type = t; } in SetType() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp293 void Symbol::SetType(const DeclTypeSpec &type) { in SetType() function in Fortran::semantics::Symbol
H A Dresolve-names.cpp5636 void DeclarationVisitor::SetType( in SetType() function in Fortran::semantics::DeclarationVisitor
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h193 using SetType = MachineValueTypeSet; member