Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointSite.h188 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDType.cpp817 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl
827 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl
832 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
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDEvent.h204 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
HDRegisterValue.h84 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
HDStructuredData.h83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbol.h139 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
HDObjectFile.h530 virtual void SetType(Type type) { m_type = type; } in SetType() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
HDObjCLanguageRuntime.h117 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDRegisterValue.cpp188 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType() function in RegisterValue
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenDAGPatterns.h192 using SetType = MachineValueTypeSet; member