Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDirectives.h24 MCSA_ELF_TypeIndFunction, ///< .type _foo, STT_GNU_IFUNC enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCMachOStreamer.cpp323 case MCSA_ELF_TypeIndFunction: in emitSymbolAttribute()
H A DMCELFStreamer.cpp261 case MCSA_ELF_TypeIndFunction: in emitSymbolAttribute()
H A DMCAsmStreamer.cpp676 case MCSA_ELF_TypeIndFunction: /// .type _foo, STT_GNU_IFUNC in emitSymbolAttribute()
690 case MCSA_ELF_TypeIndFunction: OS << "gnu_indirect_function"; break; in emitSymbolAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp716 MCSA_ELF_TypeIndFunction) in MCAttrForString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1633 ? MCSA_ELF_TypeIndFunction in emitGlobalIndirectSymbol()