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

/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
/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

Completed in 316 milliseconds