Searched defs:opaque_payload (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 507 SetPayload(Payload opaque_payload) SetPayload() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 109 CreateTypedef(lldb::opaque_compiler_type_t type,const char * name,const CompilerDeclContext & decl_ctx,uint32_t opaque_payload) CreateTypedef() argument
|
H A D | Type.cpp | 273 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
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 80 TypePayloadClang(uint32_t opaque_payload) TypePayloadClang() argument
|