Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp393 Symbol *MCContext::getOrCreateSectionSymbol(StringRef Section) { in getOrCreateSectionSymbol() function in MCContext
527 auto *R = getOrCreateSectionSymbol<MCSymbolELF>(Section); in createELFSectionImpl()
719 MCSymbol *Begin = getOrCreateSectionSymbol<MCSymbolCOFF>(Section); in getCOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h355 Symbol *getOrCreateSectionSymbol(StringRef Section);