Home
last modified time | relevance | path

Searched refs:PrimaryHipFatbinSymbol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp372 std::string PrimaryHipFatbinSymbol; in constructGenerateObjFileFromHIPFatBinary() local
384 PrimaryHipFatbinSymbol = Symbol; in constructGenerateObjFileFromHIPFatBinary()
430 ObjStream << " .protected " << PrimaryHipFatbinSymbol << "\n"; in constructGenerateObjFileFromHIPFatBinary()
431 ObjStream << " .type " << PrimaryHipFatbinSymbol << ",@object\n"; in constructGenerateObjFileFromHIPFatBinary()
434 ObjStream << " .globl " << PrimaryHipFatbinSymbol << "\n"; in constructGenerateObjFileFromHIPFatBinary()
440 ObjStream << " .set " << AliasSymbol << "," << PrimaryHipFatbinSymbol in constructGenerateObjFileFromHIPFatBinary()
443 ObjStream << PrimaryHipFatbinSymbol << ":\n"; in constructGenerateObjFileFromHIPFatBinary()