Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } SetType() function
/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } SetType() function
H A DRegisterValue.h95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
H A DStructuredData.h91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp39 void WatchpointResource::SetType(bool read, bool write) { in SetType() function in WatchpointResource
/llvm-project/lldb/source/Symbol/
H A DType.cpp940 SetType(compiler_type); in SetType() function in TypeImpl
951 SetType(static_type, dynamic_type); in SetType() function in TypeImpl
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/lldb/include/lldb/Symbol/
H A DSymbol.h170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
H A DObjectFile.h585 virtual void SetType(Type type) { m_type = type; } in SetType() function
/llvm-project/flang/include/flang/Evaluate/
H A Dcharacteristics.h338 void SetType(DynamicType t) { std::get<TypeAndShape>(u).set_type(t); } in SetType() function
/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp142 RegisterValue::Type RegisterValue::SetType(const RegisterInfo &reg_info) { in SetType() function in RegisterValue
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h134 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h70 void SetType(Type t) { m_type = t; } in SetType() function
/llvm-project/llvm/unittests/IR/
H A DDebugInfoTest.cpp426 DIDerivedType *SetType = DIB.createSetType(Scope, "set1", F, 1, 64, 64, Type); in TEST() local
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp315 void Symbol::SetType(const DeclTypeSpec &type) { in SetType() function in Fortran::semantics::Symbol
H A Dresolve-names.cpp6620 void DeclarationVisitor::SetType( SetType() function in Fortran::semantics::DeclarationVisitor
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h188 using SetType = MachineValueTypeSet; member