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

/external/llvm/lib/MC/
H A DMCContext.cpp236 MCSymbol *MCContext::getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, function in class:MCContext
246 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
254 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);

Completed in 77 milliseconds