Searched refs:Translated (Results 1 – 4 of 4) sorted by relevance
31 char Translated[UNI_MAX_UTF8_BYTES_PER_CODE_POINT]; in translateCodePointToUTF8() local32 char *TranslatedPtr = Translated; in translateCodePointToUTF8()36 StringRef UTF8(Translated, TranslatedPtr - Translated); in translateCodePointToUTF8()
697 StringRef Translated = Translator(Dir); in translateLineTable() local698 Asm->OutStreamer->emitBytes(Translated); in translateLineTable()700 LineSectionSize += Translated.size() + 1; in translateLineTable()709 StringRef Translated = Translator(File); in translateLineTable() local710 Asm->OutStreamer->emitBytes(Translated); in translateLineTable()712 LineSectionSize += Translated.size() + 1; in translateLineTable()
35 // Translated to the actual instructions in AArch64ISelLowering.cpp234 // Translated to the actual instructions in AArch64ISelLowering.cpp356 // Translated to the actual instructions in AArch64ISelLowering.cpp632 // Translated to actual instruction in AArch64ISelLowering.cpp706 // Translated to the actual instructions in AArch64ISelLowering.cpp1043 // Translated to the actual instructions in AArch64ISelLowering.cpp
600 ArgEffect Translated = getStopTrackingHardEquivalent(I->second); in updateSummaryForNonZeroCallbackArg() local601 if (Translated.getKind() != DefEffect.getKind()) in updateSummaryForNonZeroCallbackArg()602 ScratchArgs = AF.add(ScratchArgs, I->first, Translated); in updateSummaryForNonZeroCallbackArg()