Searched refs:getGlobalPrefix (Results 1 – 19 of 19) sorted by relevance
65 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl()77 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()136 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()200 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
61 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl()73 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()132 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()
105 O << MAI->getGlobalPrefix() << MO.getSymbolName(); in printOperand()
106 std::string Name(MAI->getGlobalPrefix()); in printPCRelImmOperand()
123 const char *Prefix = MAI.getGlobalPrefix(); in getNameWithPrefix()
110 return (void*)Dyld.getSymbolAddress((TM->getMCAsmInfo()->getGlobalPrefix() in getPointerToFunction()
454 const char *getGlobalPrefix() const { in getGlobalPrefix() function
37 Name += AP.MAI->getGlobalPrefix(); in GetSymbolFromOperand()
184 OutContext.GetOrCreateSymbol(StringRef(MAI->getGlobalPrefix())+ in printOperand()
213 GlobalPrefix(DL.getGlobalPrefix()) {} in DynamicLibraryFallbackGenerator()
130 getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix(); in mangleName()
267 O << "L" << MAI->getGlobalPrefix() << MO.getSymbolName() in printOp()
264 char getGlobalPrefix() const { in getGlobalPrefix() function
280 char getGlobalPrefix() const { in getGlobalPrefix() function
146 if (name.size() > 1 && name.front() == data_layout_.getGlobalPrefix()) { in ResolveRuntimeSymbol()
293 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
52 Name += MAI.getGlobalPrefix(); in GetSymbolFromOperand()
1084 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobal()
829 char UserLabelPrefix[2] = {TI.getDataLayout().getGlobalPrefix(), 0}; in InitializePredefinedMacros()