Home
last modified time | relevance | path

Searched refs:MCSA_ELF_TypeIndFunction (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCDirectives.h24 MCSA_ELF_TypeIndFunction, ///< .type _foo, STT_GNU_IFUNC enumerator
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCMachOStreamer.cpp346 case MCSA_ELF_TypeIndFunction: in emitSymbolAttribute()
DMCELFStreamer.cpp267 case MCSA_ELF_TypeIndFunction: in emitSymbolAttribute()
DMCAsmStreamer.cpp713 case MCSA_ELF_TypeIndFunction: /// .type _foo, STT_GNU_IFUNC in emitSymbolAttribute()
727 case MCSA_ELF_TypeIndFunction: OS << "gnu_indirect_function"; break; in emitSymbolAttribute()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DELFAsmParser.cpp735 MCSA_ELF_TypeIndFunction) in MCAttrForString()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2037 OutStreamer->emitSymbolAttribute(Name, MCSA_ELF_TypeIndFunction); in emitGlobalIFunc()