Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp114 uint32_t opaque_payload) { in CreateTypedef() argument
H A DType.cpp272 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 DTypeSystemClang.h83 explicit TypePayloadClang(uint32_t opaque_payload) : m_payload(opaque_payload) {} in TypePayloadClang() argument
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h538 SetPayload(Payload opaque_payload) SetPayload() argument