Searched refs:ctf_integer (Results 1 – 1 of 1) sorted by relevance
333 SymbolFileCTF::CreateInteger(const CTFInteger &ctf_integer) { in CreateInteger() argument335 TypeSystemClang::GetBasicTypeEnumeration(ctf_integer.name); in CreateInteger()340 ctf_integer.name), in CreateInteger()352 ctf_integer.name, in CreateInteger()357 const bool type_is_signed = (ctf_integer.encoding & IntEncoding::eSigned); in CreateInteger()362 ctf_integer.name, in CreateInteger()369 return MakeType(ctf_integer.uid, ConstString(ctf_integer.name), in CreateInteger()370 GetBytes(ctf_integer.bits), nullptr, LLDB_INVALID_UID, in CreateInteger()