Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h204 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp961 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType() function in TypeImpl
972 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() function in TypeImpl
977 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType() function in TypeImpl
983 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() function in TypeImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h207 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
H A DRegisterValue.h93 void SetType(RegisterValue::Type type) { m_type = type; } SetType() function
H A DStructuredData.h90 void SetType(lldb::StructuredDataType t) { m_type = t; } SetType() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp39 void WatchpointResource::SetType(bool read, bool write) { in SetType() function in WatchpointResource
/freebsd/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/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/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c211 #define SetType(n,t) \ macro
/freebsd/contrib/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.h603 virtual void SetType(Type type) { m_type = type; } in SetType() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp142 RegisterValue::Type RegisterValue::SetType(const RegisterInfo &reg_info) { in SetType() function in RegisterValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp596 auto SetType = [&]() { in instrumentWithShadowUpdate() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h188 using SetType = MachineValueTypeSet; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp3304 Intrinsic::WASMIntrinsics InPost) { in performAnyAllCombine()