Searched refs:AssemblerDirectiveBegin (Results 1 – 4 of 4) sorted by relevance
57 constexpr char AssemblerDirectiveBegin[] = ".amd_amdgpu_hsa_metadata"; variable466 constexpr char AssemblerDirectiveBegin[] = ".amdgpu_metadata"; variable482 constexpr char AssemblerDirectiveBegin[] = ".amdgpu_pal_metadata"; variable
840 Stream << '\t' << AMDGPU::PALMD::AssemblerDirectiveBegin << '\n'; in toString()
1410 bool ParseToEndDirective(const char *AssemblerDirectiveBegin,6401 if (ParseToEndDirective(HSAMD::V3::AssemblerDirectiveBegin, in ParseDirectiveHSAMetadata()6413 bool AMDGPUAsmParser::ParseToEndDirective(const char *AssemblerDirectiveBegin, in ParseToEndDirective() argument6452 if (ParseToEndDirective(AMDGPU::PALMD::AssemblerDirectiveBegin, in ParseDirectivePALMetadataBegin()6556 if (IDVal == AMDGPU::HSAMD::V3::AssemblerDirectiveBegin) in ParseDirective()6568 if (IDVal == AMDGPU::HSAMD::AssemblerDirectiveBegin) { in ParseDirective()6569 return Error(getLoc(), (Twine(HSAMD::AssemblerDirectiveBegin) + in ParseDirective()6582 if (IDVal == PALMD::AssemblerDirectiveBegin) in ParseDirective()
334 OS << '\t' << HSAMD::V3::AssemblerDirectiveBegin << '\n'; in EmitHSAMetadata()