Lines Matching refs:Attributes
105 uint32_t &Attributes) { in parseMetadata() argument
113 return !Attrib.getAsInteger(10, Attributes); in parseMetadata()
141 uint64_t &FunctionHash, uint32_t &Attributes) { in ParseLine() argument
149 return parseMetadata(Input.substr(Depth), FunctionHash, Attributes); in ParseLine()
294 uint32_t Attributes = 0; in readImpl() local
297 Attributes)) { in readImpl()
345 if (Attributes) in readImpl()
346 FProfile.getContext().setAllAttributes(Attributes); in readImpl()
1005 auto Attributes = readNumber<uint32_t>(); in readFuncMetadata() local
1006 if (std::error_code EC = Attributes.getError()) in readFuncMetadata()
1009 Profiles[FContext].getContext().setAllAttributes(*Attributes); in readFuncMetadata()