Lines Matching refs:Attributes
182 uint32_t &Attributes) { in parseMetadata() argument
190 return !Attrib.getAsInteger(10, Attributes); in parseMetadata()
218 uint64_t &FunctionHash, uint32_t &Attributes) { in ParseLine() argument
226 return parseMetadata(Input.substr(Depth), FunctionHash, Attributes); in ParseLine()
370 uint32_t Attributes = 0; in readImpl() local
373 Attributes)) { in readImpl()
424 FProfile.getContext().setAllAttributes(Attributes); in readImpl()
425 if (Attributes & (uint32_t)ContextShouldBeInlined) in readImpl()
1203 auto Attributes = readNumber<uint32_t>(); in readFuncMetadata() local
1204 if (std::error_code EC = Attributes.getError()) in readFuncMetadata()
1207 FProfile->getContext().setAllAttributes(*Attributes); in readFuncMetadata()