Home
last modified time | relevance | path

Searched refs:CPEntryLabel (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DConstantPools.cpp40 MCSymbol *CPEntryLabel = Context.CreateTempSymbol(); in addEntry() local
42 Entries.push_back(ConstantPoolEntry(CPEntryLabel, Value, Size)); in addEntry()
43 return MCSymbolRefExpr::Create(CPEntryLabel, Context); in addEntry()