Searched refs:ctf_integer (Results 1 – 1 of 1) sorted by relevance
334 SymbolFileCTF::CreateInteger(const CTFInteger &ctf_integer) { in CreateInteger() argument336 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()341 ctf_integer.name), in CreateInteger()353 ctf_integer.name, in CreateInteger()358 const bool type_is_signed = (ctf_integer.encoding & IntEncoding::eSigned); in CreateInteger()363 ctf_integer.name, in CreateInteger()370 return MakeType(ctf_integer.uid, ConstString(ctf_integer.name), in CreateInteger()371 GetBytes(ctf_integer.bits), nullptr, LLDB_INVALID_UID, in CreateInteger()