Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h238 MCSymbol *getOrCreateSectionSymbol(const MCSectionELF &Section);
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp111 MCSymbol *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol() function in MCContext
H A DMCELFStreamer.cpp103 MCSymbol *SectionSymbol = getContext().getOrCreateSectionSymbol(*SectionELF); in ChangeSection()
H A DELFObjectWriter.cpp869 ELFSec ? Asm.getContext().getOrCreateSectionSymbol(*ELFSec) in RecordRelocation()