Searched refs:getSymbolName (Results 26 - 50 of 87) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp67 Expected<StringRef> Name = getSymbolName(Symb);
H A DCOFFObjectFile.cpp149 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { function in class:COFFObjectFile
152 if (std::error_code EC = getSymbolName(Symb, Result))
998 std::error_code COFFObjectFile::getSymbolName(COFFSymbolRef Symbol, function in class:COFFObjectFile
1000 return getSymbolName(Symbol.getGeneric(), Res);
1003 std::error_code COFFObjectFile::getSymbolName(const coff_symbol_generic *Symbol, function in class:COFFObjectFile
1503 ExportDirectoryEntryRef::getSymbolName(StringRef &Result) const { function in class:ExportDirectoryEntryRef
1564 ImportedSymbolRef::getSymbolName(StringRef &Result) const { function in class:ImportedSymbolRef
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h145 StringRef getSymbolName(uint32_t index) { function in struct:llvm::LTOModule
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp96 GetExternalSymbolSymbol(MO.getSymbolName()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp160 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp92 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp53 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp102 if (auto EC = COFFObj.getSymbolName(SymRef, Sym.Name))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h894 Expected<StringRef> getSymbolName(DataRefImpl Symb) const override;
1023 std::error_code getSymbolName(COFFSymbolRef Symbol, StringRef &Res) const;
1024 std::error_code getSymbolName(const coff_symbol_generic *Symbol,
1151 std::error_code getSymbolName(StringRef &Result) const;
1175 std::error_code getSymbolName(StringRef &Result) const;
H A DObjectFile.h243 virtual Expected<StringRef> getSymbolName(DataRefImpl Symb) const = 0;
378 return getObject()->getSymbolName(getRawDataRefImpl());
H A DXCOFFObjectFile.h256 Expected<StringRef> getSymbolName(DataRefImpl Symb) const override;
H A DWasm.h162 Expected<StringRef> getSymbolName(DataRefImpl Symb) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp431 if (I->getSymbolName(Name))
666 if (std::error_code EC = coff->getSymbolName(*Symbol, Name))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp302 return strcmp(getSymbolName(), Other.getSymbolName()) == 0 &&
367 StringRef(MO.getSymbolName()));
838 StringRef Name = getSymbolName();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp314 return TII.getInlineAsmLength(MI.getOperand(0).getSymbolName(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp139 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp72 const char *Name = MO.getSymbolName();
H A DWebAssemblyAsmPrinter.cpp400 GetExternalSymbolSymbol(MO.getSymbolName())->print(OS, MAI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp494 MIB.addExternalSymbol(MO1.getSymbolName(), Flags);
528 MIB1.addExternalSymbol(MO1.getSymbolName(), Flags | AArch64II::MO_PAGE);
529 MIB2.addExternalSymbol(MO1.getSymbolName(), Flags |
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1460 if (Obj->getSymbolName(Symbol, SymbolName))
1500 if (std::error_code EC = Obj->getSymbolName(*Linked, LinkedName))
1557 if (std::error_code EC = Obj->getSymbolName(*ReferredSym, ReferredName))
1624 if (std::error_code EC = I.getSymbolName(Sym))
1640 if (std::error_code EC = S.getSymbolName(Sym))
1706 if (std::error_code EC = E.getSymbolName(Name))
1953 if (std::error_code EC = Obj->getSymbolName(*Sym, SymName))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp317 StringRef llvm::codeview::getSymbolName(CVSymbol Sym) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp144 StringRef Name = getSymbolName(Sym);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp133 if (auto EC = Ref.getSymbolName(Name))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp164 MCSymbol *Sym = Ctx.getOrCreateSymbol(StringRef(MO.getSymbolName()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp406 const char *AsmStr = MI.getOperand(0).getSymbolName();

Completed in 165 milliseconds

1234