Searched defs:opaque_payload (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 114 uint32_t opaque_payload) { in CreateTypedef() argument
|
H A D | Type.cpp | 272 Type(lldb::user_id_t uid,SymbolFile * symbol_file,ConstString name,std::optional<uint64_t> byte_size,SymbolContextScope * context,user_id_t encoding_uid,EncodingDataType encoding_uid_type,const Declaration & decl,const CompilerType & compiler_type,ResolveState compiler_type_resolve_state,uint32_t opaque_payload) Type() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 83 explicit TypePayloadClang(uint32_t opaque_payload) : m_payload(opaque_payload) {} in TypePayloadClang() argument
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 538 SetPayload(Payload opaque_payload) SetPayload() argument
|