Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp262 case MCSymbolRefExpr::VK_GOTTPOFF_FDPIC: in GetRelocTypeInner()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h227 VK_GOTTPOFF_FDPIC, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp235 case VK_GOTTPOFF_FDPIC: return "gottpoff_fdpic"; in getVariantKindName()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11599 .Case("gottpoff_fdpic", MCSymbolRefExpr::VK_GOTTPOFF_FDPIC) in getVariantKindForName()