Searched defs:Symbol (Results 126 - 150 of 162) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp392 getSymbol(const MachOObjectFile *Obj, DataRefImpl DRI, MachOSymbol &Symbol) argument
555 symbol_iterator Symbol = Reloc.getSymbol(); local
619 printSymbol(const SymbolRef &Symbol) argument
[all...]
H A DCOFFDumper.cpp285 SymbolRef Symbol; local
313 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; local
585 getSymbolAuxData(const COFFObjectFile *Obj, COFFSymbolRef Symbol, uint8_t AuxSymbolIdx, const T *&Aux) argument
1420 symbol_iterator Symbol = Reloc.getSymbol(); local
1473 COFFSymbolRef Symbol = Obj->getCOFFSymbol(Sym); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp672 MCSymbol *Symbol = getContext().getOrCreateSymbol(".text"); local
689 MCSymbol *Symbol = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp88 const char *Symbol = it->first; local
858 void MipsAsmPrinter::EmitJal(const MCSubtargetInfo &STI, MCSymbol *Symbol) { argument
976 EmitFPCallStub( const char *Symbol, const Mips16HardFloatInfo::FuncSignature *Signature) argument
1133 const char *Symbol = it->first; local
[all...]
H A DMipsFastISel.cpp1498 MCSymbol *Symbol = CLI.Symbol; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h481 virtual void doBeforeLabelEmit(MCSymbol *Symbol) {} argument
483 virtual void onLabelParsed(MCSymbol *Symbol) {} argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h166 uint32_t Symbol; member in struct:llvm::WasmYAML::InitFunction
H A DELFYAML.h107 struct Symbol { struct in namespace:llvm::ELFYAML
455 Optional<StringRef> Symbol; member in struct:llvm::ELFYAML::Relocation
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp43 enum KindTy { Token, Integer, Float, Symbol, BrList } Kind; enumerator in enum:__anon4353::WebAssemblyOperand::KindTy
[all...]
/freebsd-13-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py185 class Symbol(object): class in inherits:object
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c229 } Symbol; typedef in typeref:struct:symbol
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1166 static void addExportedSymbol(ArgStringList &CmdArgs, const char *Symbol) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h544 SymbolNode *Symbol = nullptr; member in struct:llvm::ms_demangle::TemplateParameterReferenceNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1124 bool FastISel::lowerCallTo(const CallInst *CI, MCSymbol *Symbol, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp96 ArgType PrivateGetDIAValue(IDiaSymbol *Symbol, argument
106 RetType PrivateGetDIAValue(IDiaSymbol *Symbol, argument
116 PrivateGetDIAValue(IDiaSymbol *Symbol, argument
122 PrivateGetDIAValue(IDiaSymbol *Symbol, argument
136 DumpDIAValueAs(llvm::raw_ostream &OS, int Indent, StringRef Name, IDiaSymbol *Symbol, HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) argument
144 DumpDIAIdValue(llvm::raw_ostream &OS, int Indent, StringRef Name, IDiaSymbol *Symbol, HRESULT (__stdcall IDiaSymbol::*Method)(DWORD *), const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags) argument
156 DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, IDiaSymbol *Symbol, HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) argument
164 DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, IDiaSymbol *Symbol, HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) argument
178 DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, IDiaSymbol *Symbol, HRESULT (__stdcall IDiaSymbol::*Method)(VARIANT *)) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp391 SymbolNode *Symbol = demangleDeclarator(MangledName); local
1902 FunctionSymbolNode *Symbol local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1126 elf_symbol_iterator Symbol = RelI->getSymbol(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp118 const MCSymbolELF *Symbol; member in struct:__anon3711::ELFWriter::ELFSymbolData
530 const auto &Symbol = cast<MCSymbolELF>(*MSD.Symbol); local
572 isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol, bool Used, bool Renamed) argument
633 const auto &Symbol = cast<MCSymbolELF>(S); local
1259 const auto &Symbol = cast<MCSymbolELF>(*P.second); local
[all...]
H A DMCDwarf.cpp1254 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, argument
H A DWasmObjectWriter.cpp140 const MCSymbolWasm *Symbol; // The symbol to relocate with. member in struct:__anon3736::WasmRelocationEntry
145 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, argument
1107 getFunctionType(const MCSymbolWasm &Symbol) argument
1113 getEventType(const MCSymbolWasm &Symbol) argument
1119 registerFunctionType(const MCSymbolWasm &Symbol) argument
1139 registerEventType(const MCSymbolWasm &Symbol) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp783 Elf_Sym &Symbol = Ret[++I]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h614 struct Symbol { struct in namespace:llvm::objcopy::elf
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp70 void MipsTargetStreamer::emitDirectiveEnt(const MCSymbol &Symbol) {} argument
482 void MipsTargetAsmStreamer::emitDirectiveEnt(const MCSymbol &Symbol) { argument
866 auto *Symbol = cast<MCSymbolELF>(S); local
951 auto *Symbol = cast<MCSymbolELF>(S); local
1050 emitDirectiveEnt(const MCSymbol &Symbol) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp324 MCOperand NVPTXAsmPrinter::GetSymbolRef(const MCSymbol *Symbol) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1557 const MCSymbol *Symbol = CLI.Symbol; local

Completed in 187 milliseconds

1234567