Searched refs:AssemblerDirectiveBegin (Results 1 – 4 of 4) sorted by relevance
49 constexpr char AssemblerDirectiveBegin[] = ".amd_amdgpu_hsa_metadata"; variable458 constexpr char AssemblerDirectiveBegin[] = ".amdgpu_metadata"; variable474 constexpr char AssemblerDirectiveBegin[] = ".amdgpu_pal_metadata"; variable
702 Stream << '\t' << AMDGPU::PALMD::AssemblerDirectiveBegin << '\n'; in toString()
265 OS << '\t' << HSAMD::V3::AssemblerDirectiveBegin << '\n'; in EmitHSAMetadata()
1344 bool ParseToEndDirective(const char *AssemblerDirectiveBegin,5782 if (ParseToEndDirective(HSAMD::V3::AssemblerDirectiveBegin, in ParseDirectiveHSAMetadata()5794 bool AMDGPUAsmParser::ParseToEndDirective(const char *AssemblerDirectiveBegin, in ParseToEndDirective() argument5834 if (ParseToEndDirective(AMDGPU::PALMD::AssemblerDirectiveBegin, in ParseDirectivePALMetadataBegin()5938 if (IDVal == AMDGPU::HSAMD::V3::AssemblerDirectiveBegin) in ParseDirective()5950 if (IDVal == AMDGPU::HSAMD::AssemblerDirectiveBegin) { in ParseDirective()5951 return Error(getLoc(), (Twine(HSAMD::AssemblerDirectiveBegin) + in ParseDirective()5964 if (IDVal == PALMD::AssemblerDirectiveBegin) in ParseDirective()