Home
last modified time | relevance | path

Searched refs:getSymbolName (Results 1 – 25 of 100) sorted by relevance

1234

/external/llvm/lib/Target/Sparc/
DLeonPasses.cpp96 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
153 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
265 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
368 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
476 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
568 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
777 MI.getOperand(InlineAsm::MIOp_AsmString).getSymbolName(); in runOnMachineFunction()
DSparcMCInstLower.cpp53 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp107 Name += MO.getSymbolName(); in printPCRelImmOperand()
162 O << *GetExternalSymbolSymbol(MO.getSymbolName()); in printOperand()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp427 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType); in emitDisplacementField()
746 if (MI.getOperand(0).getSymbolName()[0]) in emitInstruction()
797 emitExternalSymbolAddress(MO.getSymbolName(), X86::reloc_pcrel_word); in emitInstruction()
845 emitExternalSymbolAddress(MO1.getSymbolName(), rt); in emitInstruction()
928 emitExternalSymbolAddress(MO1.getSymbolName(), rt); in emitInstruction()
968 emitExternalSymbolAddress(MO.getSymbolName(), rt); in emitInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp41 return Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in GetExternalSymbolSymbol()
96 StringRef(MO.getSymbolName()) == "_TLS_MODULE_BASE_" && in lowerSymbolOperandELF()
DAArch64CleanupLocalDynamicTLSPass.cpp71 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_")) in VisitNode()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUAsmPrinter.cpp267 O << "L" << MAI->getGlobalPrefix() << MO.getSymbolName() in printOp()
271 O << *GetExternalSymbolSymbol(MO.getSymbolName()); in printOp()
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp138 Hash = hash_combine(Hash, Val.Disp->getSymbolName()); in getHashValue()
203 MO1.getSymbolName() == MO2.getSymbolName()) || in isSimilarDispOp()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp147 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() function in COFFObjectFile
150 std::error_code EC = getSymbolName(Symb, Result); in getSymbolName()
942 std::error_code COFFObjectFile::getSymbolName(COFFSymbolRef Symbol, in getSymbolName() function in COFFObjectFile
944 return getSymbolName(Symbol.getGeneric(), Res); in getSymbolName()
947 std::error_code COFFObjectFile::getSymbolName(const coff_symbol_generic *Symbol, in getSymbolName() function in COFFObjectFile
1391 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName() function in ExportDirectoryEntryRef
1452 ImportedSymbolRef::getSymbolName(StringRef &Result) const { in getSymbolName() function in ImportedSymbolRef
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp323 error_code getSymbolName(const Elf_Sym *Symb, StringRef &Res) const;
327 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
428 ::getSymbolName(DataRefImpl Symb, in getSymbolName() function in ELFObjectFile
432 return getSymbolName(symb, Result); in getSymbolName()
589 if (error_code ec = getSymbolName(Symb, name)) in getSymbolNMTypeChar()
1053 if (error_code ec = getSymbolName(symb, symname)) in getRelocationValueString()
1369 ::getSymbolName(const Elf_Sym *symb, in getSymbolName() function in ELFObjectFile
DCOFFObjectFile.cpp98 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName() function in COFFObjectFile
210 if (error_code ec = getSymbolName(Symb, name)) in getSymbolNMTypeChar()
664 if (error_code ec = getSymbolName(sym, symname)) return ec; in getRelocationValueString()
/external/llvm/include/llvm/Object/
DCOFF.h723 Expected<StringRef> getSymbolName(DataRefImpl Symb) const override;
838 std::error_code getSymbolName(COFFSymbolRef Symbol, StringRef &Res) const;
839 std::error_code getSymbolName(const coff_symbol_generic *Symbol,
959 std::error_code getSymbolName(StringRef &Result) const;
983 std::error_code getSymbolName(StringRef &Result) const;
DObjectFile.h198 virtual Expected<StringRef> getSymbolName(DataRefImpl Symb) const = 0;
312 return getObject()->getSymbolName(getRawDataRefImpl()); in getName()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp179 O << *GetExternalSymbolSymbol(MO.getSymbolName()); in printOperand()
185 MO.getSymbolName()+"$non_lazy_ptr"); in printOperand()
190 StubValueTy(GetExternalSymbolSymbol(MO.getSymbolName()), true); in printOperand()
/external/llvm/lib/CodeGen/
DRegUsageInfoPropagate.cpp120 UpdateRegMask(M->getFunction(Operand.getSymbolName())); in runOnMachineFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp36 return Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in GetExternalSymbolSymbol()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp52 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName()); in getExpr()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinAsmPrinter.cpp95 O << *GetExternalSymbolSymbol(MO.getSymbolName()); in printOperand()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430MCInstLower.cpp46 return Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in GetExternalSymbolSymbol()
DMSP430AsmPrinter.cpp105 O << MAI->getGlobalPrefix() << MO.getSymbolName(); in printOperand()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp92 GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaAsmPrinter.cpp107 O << MO.getSymbolName(); in printOp()
/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.cpp166 return mod->getSymbolName(index); in lto_module_get_symbol_name()
DLTOModule.h69 const char* getSymbolName(uint32_t index);

1234