Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h233 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp796 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl
804 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl
809 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl
815 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
822 void TypeImpl::SetType(const TypePair &pair, const CompilerType &dynamic) { in SetType() function in TypeImpl
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DEvent.h227 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
H A DRegisterValue.h84 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
H A DStructuredData.h87 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h147 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
H A DType.h289 void SetType(CompilerType type) { in SetType() function
294 void SetType(lldb::TypeSP type) { in SetType() function
H A DObjectFile.h624 virtual void SetType(Type type) { m_type = type; } in SetType() function
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) in SetType() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h117 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp188 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType() function in RegisterValue
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h193 using SetType = MachineValueTypeSet; member