Searched defs:GetCPISymbol (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp87 P.GetCPISymbol(MO.getIndex())->print(O, P.MAI);
555 MCSymbol *X86AsmPrinter::GetCPISymbol(unsigned CPID) const { function in class:X86AsmPrinter
575 return AsmPrinter::GetCPISymbol(CPID);
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp109 MCSymbol *GetCPISymbol(unsigned CPID) const override;
160 /// GetCPISymbol - Return the symbol for the specified constant pool entry.
161 MCSymbol *AArch64AsmPrinter::GetCPISymbol(unsigned CPID) const { function in class:AArch64AsmPrinter
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1019 OutStreamer.EmitLabel(GetCPISymbol(CPI));
1843 /// GetCPISymbol - Return the symbol for the specified constant pool entry.
1844 MCSymbol *AsmPrinter::GetCPISymbol(unsigned CPID) const { function in class:AsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1345 MCSymbol *Sym = GetCPISymbol(CPI);
2364 /// GetCPISymbol - Return the symbol for the specified constant pool entry.
2365 MCSymbol *AsmPrinter::GetCPISymbol(unsigned CPID) const { function in class:AsmPrinter

Completed in 858 milliseconds