Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64MCInstLower.cpp41 return Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in GetExternalSymbolSymbol()
96 StringRef(MO.getSymbolName()) == "_TLS_MODULE_BASE_" && in lowerSymbolOperandELF()
HDAArch64CleanupLocalDynamicTLSPass.cpp68 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_")) in VisitNode()
HDAArch64ExpandPseudoInsts.cpp655 MIB1.addExternalSymbol(MO1.getSymbolName(), Flags | AArch64II::MO_PAGE); in expandMI()
656 MIB2.addExternalSymbol(MO1.getSymbolName(), in expandMI()
/NextBSD/contrib/llvm/tools/llvm-lto/
HDllvm-lto.cpp140 outs() << Module->getSymbolName(I) << "\n"; in listSymbols()
225 StringRef Name = LTOMod->getSymbolName(I); in main()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp148 ErrorOr<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() function in COFFObjectFile
151 std::error_code EC = getSymbolName(Symb, Result); in getSymbolName()
839 std::error_code COFFObjectFile::getSymbolName(COFFSymbolRef Symbol, in getSymbolName() function in COFFObjectFile
841 return getSymbolName(Symbol.getGeneric(), Res); in getSymbolName()
844 std::error_code COFFObjectFile::getSymbolName(const coff_symbol_generic *Symbol, in getSymbolName() function in COFFObjectFile
1295 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { in getSymbolName() function in ExportDirectoryEntryRef
1332 ImportedSymbolRef::getSymbolName(StringRef &Result) const { in getSymbolName() function in ImportedSymbolRef
HDObjectFile.cpp49 ErrorOr<StringRef> Name = getSymbolName(Symb); in printSymbolName()
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h650 ErrorOr<StringRef> getSymbolName(DataRefImpl Symb) const override;
755 std::error_code getSymbolName(COFFSymbolRef Symbol, StringRef &Res) const;
756 std::error_code getSymbolName(const coff_symbol_generic *Symbol,
859 std::error_code getSymbolName(StringRef &Result) const;
880 std::error_code getSymbolName(StringRef &Result) const;
HDObjectFile.h197 virtual ErrorOr<StringRef> getSymbolName(DataRefImpl Symb) const = 0;
307 return getObject()->getSymbolName(getRawDataRefImpl()); in getName()
HDELFObjectFile.h198 ErrorOr<StringRef> getSymbolName(DataRefImpl Symb) const override;
354 ErrorOr<StringRef> ELFObjectFile<ELFT>::getSymbolName(DataRefImpl Sym) const { in getSymbolName() function
484 if (ErrorOr<StringRef> NameOrErr = getSymbolName(Sym)) { in getSymbolFlags()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcMCInstLower.cpp54 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp895 if (Obj->getSymbolName(Symbol, SymbolName)) in printSymbol()
934 if (EC || (EC = Obj->getSymbolName(*Linked, LinkedName))) { in printSymbol()
996 if (EC || (EC = Obj->getSymbolName(*ReferredSym, ReferredName))) { in printSymbol()
1043 if (error(I.getSymbolName(Sym))) return; in printImportedSymbols()
1057 if (error(S.getSymbolName(Sym))) return; in printDelayImportedSymbols()
1107 if (error(E.getSymbolName(Name))) in printCOFFExports()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZMCInstLower.cpp52 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName()); in getExpr()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp91 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMCInstLower.cpp54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430MCInstLower.cpp48 return Printer.GetExternalSymbolSymbol(MO.getSymbolName()); in GetExternalSymbolSymbol()
HDMSP430InstrInfo.cpp311 return TII.getInlineAsmLength(MI->getOperand(0).getSymbolName(), in GetInstSizeInBytes()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp93 GetExternalSymbolSymbol(MO.getSymbolName())); in lowerOperand()
/NextBSD/contrib/llvm/include/llvm/LTO/
HDLTOModule.h139 const char *getSymbolName(uint32_t index) { in getSymbolName() function
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUMCInstLower.cpp84 MCSymbol *Sym = Ctx.getOrCreateSymbol(StringRef(MO.getSymbolName())); in lower()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXReplaceImageHandles.cpp154 StringRef Sym = TexHandleDef.getOperand(6).getSymbolName(); in findIndexForHandle()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ExpandPseudo.cpp104 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCMCInstLower.cpp60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), *DL); in GetSymbolFromOperand()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsInstrInfo.cpp267 const char *AsmStr = MI->getOperand(0).getSymbolName(); in GetInstSizeInBytes()
HDMipsMCInstLower.cpp87 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineInstr.cpp238 return !strcmp(getSymbolName(), Other.getSymbolName()) && in isIdenticalTo()
280 MO.getSymbolName()); in hash_value()
400 OS << "<es:" << getSymbolName(); in print()

12