Searched refs:getSymbolName (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp77 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()),
H A DHexagonAsmPrinter.cpp99 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp89 GetExternalSymbolSymbol(MO.getSymbolName()));
/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp105 O << MAI->getGlobalPrefix() << MO.getSymbolName();
H A DMSP430MCInstLower.cpp46 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
H A DMSP430InstrInfo.cpp308 return TII.getInlineAsmLength(MI->getOperand(0).getSymbolName(),
/external/llvm/tools/lto/
H A Dlto.cpp119 return mod->getSymbolName(index);
H A DLTOModule.h114 /// getSymbolName - Get the name of the symbol at the specified index.
115 const char *getSymbolName(uint32_t index) { function in struct:LTOModule
/external/llvm/include/llvm/Object/
H A DCOFF.h110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
186 error_code getSymbolName(const coff_symbol *symbol, StringRef &Res) const;
H A DMachO.h56 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
H A DELF.h508 error_code getSymbolName(const Elf_Shdr *section,
527 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
747 ::getSymbolName(DataRefImpl Symb, function in class:llvm::object::ELFObjectFile
751 return getSymbolName(SymbolTableSections[Symb.d.b], symb, Result);
917 if (error_code ec = getSymbolName(Symb, name))
1472 if (error_code ec = getSymbolName(getSection(sec->sh_link), symb, symname))
2033 ::getSymbolName(const Elf_Shdr *section, function in class:llvm::object::ELFObjectFile
2067 error_code ec = getSymbolName(section, symb, Name);
H A DObjectFile.h287 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const = 0;
411 return OwningObject->getSymbolName(SymbolPimpl, Result);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp49 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
H A DMBlazeAsmPrinter.cpp238 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/external/llvm/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp266 O << "L" << MAI->getGlobalPrefix() << MO.getSymbolName()
270 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp427 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType);
747 if (MI.getOperand(0).getSymbolName()[0])
798 emitExternalSymbolAddress(MO.getSymbolName(), X86::reloc_pcrel_word);
845 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
928 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
968 emitExternalSymbolAddress(MO.getSymbolName(), rt);
H A DX86AsmPrinter.cpp143 TempNameStr += StringRef(MO.getSymbolName());
157 SymToPrint = GetExternalSymbolSymbol(MO.getSymbolName());
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp99 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, function in class:COFFObjectFile
102 return getSymbolName(symb, Result);
212 if (error_code ec = getSymbolName(Symb, name))
606 error_code COFFObjectFile::getSymbolName(const coff_symbol *symbol, function in class:COFFObjectFile
767 if (error_code ec = getSymbolName(sym, symname)) return ec;
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp180 O << *GetExternalSymbolSymbol(MO.getSymbolName());
186 MO.getSymbolName()+"$non_lazy_ptr");
191 StubValueTy(GetExternalSymbolSymbol(MO.getSymbolName()), true);
H A DPPCCodeEmitter.cpp166 RelocID, MO.getSymbolName(), Cst);
H A DPPCMCInstLower.cpp38 Name += MO.getSymbolName();
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp178 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
231 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO));
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp99 O << MO.getSymbolName();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp158 const char *AsmStr = MI->getOperand(NumDefs).getSymbolName();
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp240 O << MO.getSymbolName();

Completed in 1401 milliseconds

12