|
function TLLVMMachineCodePlaygroundAssembler.sectionname(atype: TAsmSectiontype; const aname: string; aorder: TAsmSectionOrder): string;
|
|
function TLLVMMachineCodePlaygroundAssembler.sectionname(atype: TAsmSectiontype; const aname: string; aorder: TAsmSectionOrder): string;
|
|
Result:=inherited sectionname(atype, aname, aorder)+',"",@';
|
|
Result:=inherited sectionname(atype, aname, aorder)+',"",@';
|