Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.h103 S_NOTOC, // symbol@notoc enumerator
H A DPPCMCAsmInfo.cpp84 {PPC::S_NOTOC, "notoc"},
H A DPPCInstPrinter.cpp582 if (getSpecifier(RefExp) == PPC::S_NOTOC) in printTLSCall()
588 getSpecifier(RefExp) != PPC::S_NOTOC) in printTLSCall()
H A DPPCELFObjectWriter.cpp118 case PPC::S_NOTOC: in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp133 RefKind = PPC::S_NOTOC; in GetSymbolRef()
H A DPPCAsmPrinter.cpp700 Kind = PPC::S_NOTOC; in emitTlsCall()