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

/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp110 MCSymbol *GetCPISymbol(unsigned CPID) const override;
194 /// GetCPISymbol - Return the symbol for the specified constant pool entry.
195 MCSymbol *AArch64AsmPrinter::GetCPISymbol(unsigned CPID) const { function in class:AArch64AsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1120 OutStreamer.EmitLabel(GetCPISymbol(CPI));
2081 /// GetCPISymbol - Return the symbol for the specified constant pool entry.
2082 MCSymbol *AsmPrinter::GetCPISymbol(unsigned CPID) const { function in class:AsmPrinter

Completed in 114 milliseconds