Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DType.cpp842 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl
853 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl
858 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl
864 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h155 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
/openbsd/lib/libcurses/tinfo/
H A Dmake_hash.c211 #define SetType(n,t) \ macro
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h127 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
/openbsd/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp152 RegisterValue::Type RegisterValue::SetType(const RegisterInfo &reg_info) { in SetType() function in RegisterValue
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h70 void SetType(Type t) { m_type = t; } in SetType() function
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h193 using SetType = MachineValueTypeSet; member