Searched refs:getProfileFlags (Results 1 – 3 of 3) sorted by relevance
29 const uint16_t LBRProfile = BF.getProfileFlags() & BinaryFunction::PF_LBR; in convert()175 assert(BF.getProfileFlags() != BinaryFunction::PF_NONE); in writeProfile()177 ProfileFlags = BF.getProfileFlags(); in writeProfile()179 assert(BF.getProfileFlags() == ProfileFlags && in writeProfile()
73 if (!(getProfileFlags() & PF_LBR)) in postProcessProfile()
1624 uint16_t getProfileFlags() const { return ProfileFlags; } in getProfileFlags() function