Home
last modified time | relevance | path

Searched refs:MCSA_IndirectSymbol (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCWasmStreamer.cpp81 assert(Attribute != MCSA_IndirectSymbol && "indirect symbols not supported"); in emitSymbolAttribute()
98 case MCSA_IndirectSymbol: in emitSymbolAttribute()
DMCMachOStreamer.cpp299 if (Attribute == MCSA_IndirectSymbol) { in emitSymbolAttribute()
331 case MCSA_IndirectSymbol: in emitSymbolAttribute()
DMCELFStreamer.cpp217 case MCSA_IndirectSymbol: in emitSymbolAttribute()
DMCAsmStreamer.cpp714 case MCSA_IndirectSymbol: OS << "\t.indirect_symbol\t"; break; in emitSymbolAttribute()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCDirectives.h34 MCSA_IndirectSymbol, ///< .indirect_symbol (MachO) enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86AsmPrinter.cpp713 OutStreamer.emitSymbolAttribute(MCSym.getPointer(), MCSA_IndirectSymbol); in emitNonLazySymbolPointer()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp573 if (!getStreamer().emitSymbolAttribute(Sym, MCSA_IndirectSymbol)) in parseDirectiveIndirectSymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp506 OutStreamer.emitSymbolAttribute(MCSym.getPointer(), MCSA_IndirectSymbol); in emitNonLazySymbolPointer()