Home
last modified time | relevance | path

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

12

/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/
DBreakpointSite.h199 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DEvent.h207 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
DRegisterValue.h95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
DStructuredData.h91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
DRegisterValue.h95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
DStructuredData.h91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
DRegisterValue.h95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Utility/
DEvent.h208 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() function
DRegisterValue.h95 void SetType(RegisterValue::Type type) { m_type = type; } in SetType() function
DStructuredData.h91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() function
/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dmini.go80 func (n *miniNode) SetType(*types.Type) { panic(n.no("SetType")) } func
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DSymbol.h170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
DObjectFile.h584 virtual void SetType(Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DSymbol.h170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
DObjectFile.h584 virtual void SetType(Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Symbol/
DSymbol.h170 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
DObjectFile.h585 virtual void SetType(Type type) { m_type = type; } in SetType() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DSymbol.h169 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType() function
DObjectFile.h584 virtual void SetType(Type type) { m_type = type; } in SetType() function
/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go349 func (s *Sym) SetType(x uint8) { s[10] = x } func
403 func (r *Reloc) SetType(x uint16) { binary.LittleEndian.PutUint16(r[5:], x) } func
458 func (a *Aux) SetType(x uint8) { a[0] = x } func

12