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

/external/llvm/lib/MC/
H A DMCContext.cpp70 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) { function in class:MCContext
111 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) { function in class:MCContext
114 return GetOrCreateSymbol(NameSV.str());
139 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) +
146 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) +
213 GroupSym = GetOrCreateSymbol(Group);

Completed in 167 milliseconds