Searched refs:AssemblerDirectiveBegin (Results 1 – 4 of 4) sorted by relevance
56 constexpr char AssemblerDirectiveBegin[] = ".amd_amdgpu_hsa_metadata"; variable465 constexpr char AssemblerDirectiveBegin[] = ".amdgpu_metadata"; variable481 constexpr char AssemblerDirectiveBegin[] = ".amdgpu_pal_metadata"; variable
803 Stream << '\t' << AMDGPU::PALMD::AssemblerDirectiveBegin << '\n'; in toString()
283 OS << '\t' << HSAMD::V3::AssemblerDirectiveBegin << '\n'; in EmitHSAMetadata()
1357 bool ParseToEndDirective(const char *AssemblerDirectiveBegin,6019 if (ParseToEndDirective(HSAMD::V3::AssemblerDirectiveBegin, in ParseDirectiveHSAMetadata()6031 bool AMDGPUAsmParser::ParseToEndDirective(const char *AssemblerDirectiveBegin, in ParseToEndDirective() argument6071 if (ParseToEndDirective(AMDGPU::PALMD::AssemblerDirectiveBegin, in ParseDirectivePALMetadataBegin()6175 if (IDVal == AMDGPU::HSAMD::V3::AssemblerDirectiveBegin) in ParseDirective()6187 if (IDVal == AMDGPU::HSAMD::AssemblerDirectiveBegin) { in ParseDirective()6188 return Error(getLoc(), (Twine(HSAMD::AssemblerDirectiveBegin) + in ParseDirective()6201 if (IDVal == PALMD::AssemblerDirectiveBegin) in ParseDirective()