HomeSort by relevance Sort by last modified time
    Searched refs:createSymbolImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 155 MCSymbol *MCContext::createSymbolImpl(const StringMapEntry<bool> *Name,
174 return createSymbolImpl(nullptr, true);
197 return createSymbolImpl(&*NameEntry.first, IsTemporary);
  /external/llvm/include/llvm/MC/
MCContext.h 231 MCSymbol *createSymbolImpl(const StringMapEntry<bool> *Name,

Completed in 585 milliseconds