Searched refs:FTValueType (Results 1 – 1 of 1) sorted by relevance
217 enum FTValueType { kFloat, kDouble, kLongDouble, kNumValueTypes }; enum220 static std::optional<FTValueType> ftValueTypeFromType(Type *FT) { in ftValueTypeFromType()231 static Type *typeFromFTValueType(FTValueType VT, LLVMContext &Context) { in typeFromFTValueType()246 static const char *typeNameFromFTValueType(FTValueType VT) { in typeNameFromFTValueType()274 typeFromFTValueType(static_cast<FTValueType>(VT), Context) in MappingConfig()305 const ShadowTypeConfig &byValueType(FTValueType VT) const { in byValueType()306 assert(VT < FTValueType::kNumValueTypes && "invalid value type"); in byValueType()329 std::unique_ptr<ShadowTypeConfig> Configs[FTValueType::kNumValueTypes];335 FTValueType ValueType;553 FunctionCallee NsanGetShadowPtrForStore[FTValueType::kNumValueTypes] = {};[all …]