Home
last modified time | relevance | path

Searched defs:opaque_payload (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h83 explicit TypePayloadClang(uint32_t opaque_payload) : m_payload(opaque_payload) {} in TypePayloadClang()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp114 uint32_t opaque_payload) { in CreateTypedef()
H A DType.cpp272 ResolveState compiler_type_resolve_state, uint32_t opaque_payload) in Type()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h538 void SetPayload(Payload opaque_payload) { m_payload = opaque_payload; } in SetPayload()