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

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordName.h19 StringRef getSymbolName(CVSymbol Sym);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h54 const std::string &getSymbolName() const;
66 const std::string &getSymbolName() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DOrcError.cpp99 const std::string &DuplicateDefinition::getSymbolName() const { function in class:llvm::orc::DuplicateDefinition
116 const std::string &JITSymbolNotFound::getSymbolName() const { function in class:llvm::orc::JITSymbolNotFound
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp33 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
H A DBPFAsmPrinter.cpp100 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp52 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp56 MI, MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), AP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp61 const char *Name = MO.getSymbolName();
H A DWebAssemblyMemIntrinsicResults.cpp158 StringRef Name(Op1.getSymbolName());
H A DWebAssemblyPeephole.cpp155 StringRef Name(Op1.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoPropagate.cpp95 return M.getFunction(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp86 MO, Printer.GetExternalSymbolSymbol(MO.getSymbolName()));
H A DAVRAsmPrinter.cpp75 O << *GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp44 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp47 return Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp73 strcmp(I->getOperand(0).getSymbolName(), "_TLS_MODULE_BASE_"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp48 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp119 MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), AP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp51 Symbol = AsmPrinter.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp50 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp175 StringRef name = check(coffObj->getSymbolName(coffSym));
312 StringRef name = check(coffObj->getSymbolName(sym));
365 StringRef name = check(coffObj->getSymbolName(sym));
379 StringRef name = check(coffObj->getSymbolName(sym));
447 StringRef name = check(coffObj->getSymbolName(sym));
466 StringRef name = check(coffObj->getSymbolName(sym));
562 StringRef name = check(coffObj->getSymbolName(sym));
586 auto getName = [&]() { return check(coffObj->getSymbolName(sym)); };
H A DSymbols.cpp60 check(cast<ObjFile>(d->file)->getCOFFObj()->getSymbolName(d->sym));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp77 if (codeview::getSymbolName(Record) == Name)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp154 StringRef Sym = TexHandleDef.getOperand(6).getSymbolName();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp110 StringRef getSymbolName(uint32_t Index);
1486 if (Expected<StringRef> SymNameOrErr = Obj->getSymbolName(Symbol))
1522 W.printNumber("Linked", getSymbolName(Aux->TagIndex), Aux->TagIndex);
1570 W.printNumber("SymbolTableIndex", getSymbolName(Aux->SymbolTableIndex),
1632 if (Error E = I.getSymbolName(Sym))
1648 if (Error E = S.getSymbolName(Sym))
1714 if (Error E = Exp.getSymbolName(Name))
1956 W.printNumber("Sym", getSymbolName(SymIndex), SymIndex);
1990 W.printNumber("From", getSymbolName(FromIndex), FromIndex);
1991 W.printNumber("To", getSymbolName(ToInde
1996 StringRef COFFDumper::getSymbolName(uint32_t Index) { function in class:COFFDumper
[all...]

Completed in 381 milliseconds

1234