Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp92 StringRef RSymName; in createExprForRelocation() local
93 RSymI->getName(RSymName); in createExprForRelocation()
95 MCSymbol *RSym = Ctx.GetOrCreateSymbol(RSymName); in createExprForRelocation()