Lines Matching refs:getValueAsString
75 Name = R->getValueAsString("name"); in DXILOperationData()
76 DXILOp = R->getValueAsString("dxil_op"); in DXILOperationData()
78 DXILClass = R->getValueAsDef("op_class")->getValueAsString("name"); in DXILOperationData()
79 Category = R->getValueAsDef("category")->getValueAsString("name"); in DXILOperationData()
89 Doc = R->getValueAsString("doc"); in DXILOperationData()
100 OverloadTypes = R->getValueAsString("oload_types"); in DXILOperationData()
101 FnAttr = R->getValueAsString("fn_attr"); in DXILOperationData()
107 Name = R->getValueAsString("name"); in DXILParam()
109 Kind = parameterTypeNameToKind(R->getValueAsString("llvm_type")); in DXILParam()
111 Doc = R->getValueAsString("doc"); in DXILParam()
113 EnumName = R->getValueAsString("enum_name"); in DXILParam()