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

1234567

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h103 struct Symbol { struct in namespace:llvm::ELFYAML
430 Optional<StringRef> Symbol; member in struct:llvm::ELFYAML::Relocation
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp43 enum KindTy { Token, Integer, Float, Symbol, BrList } Kind; enumerator in enum:__anon2425::WebAssemblyOperand::KindTy
[all...]
/freebsd-11-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 DARMWinEHPrinter.cpp893 ErrorOr<SymbolRef> Symbol = getRelocatedSymbol( local
H A DCOFFDumper.cpp282 SymbolRef Symbol; local
310 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; local
575 getSymbolAuxData(const COFFObjectFile *Obj, COFFSymbolRef Symbol, uint8_t AuxSymbolIdx, const T *&Aux) argument
1398 symbol_iterator Symbol = Reloc.getSymbol(); local
1451 COFFSymbolRef Symbol = Obj->getCOFFSymbol(Sym); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp898 uint32_t llvm::pdb::getTypeLength(const PDBSymbolData &Symbol) { argument
[all...]
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c228 } Symbol; typedef in typeref:struct:symbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1119 elf_symbol_iterator Symbol = RelI->getSymbol(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp118 const MCSymbolELF *Symbol; member in struct:__anon1922::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.cpp1207 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, argument
H A DWasmObjectWriter.cpp139 const MCSymbolWasm *Symbol; // The symbol to relocate with. member in struct:__anon1938::WasmRelocationEntry
144 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, argument
522 static const MCSymbolWasm *resolveSymbol(const MCSymbolWasm &Symbol) { argument
1033 getFunctionType(const MCSymbolWasm &Symbol) argument
1039 getEventType(const MCSymbolWasm &Symbol) argument
1045 registerFunctionType(const MCSymbolWasm &Symbol) argument
1065 registerEventType(const MCSymbolWasm &Symbol) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1500 MCSymbol *Symbol = CLI.Symbol; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp70 void MipsTargetStreamer::emitDirectiveEnt(const MCSymbol &Symbol) {} argument
479 void MipsTargetAsmStreamer::emitDirectiveEnt(const MCSymbol &Symbol) { argument
847 auto *Symbol = cast<MCSymbolELF>(S); local
932 auto *Symbol = cast<MCSymbolELF>(S); local
1031 emitDirectiveEnt(const MCSymbol &Symbol) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp998 std::error_code COFFObjectFile::getSymbolName(COFFSymbolRef Symbol, argument
1003 std::error_code COFFObjectFile::getSymbolName(const coff_symbol_generic *Symbol, argument
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h503 static bool isExternalSymbol(const StringRef &Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp391 SymbolNode *Symbol = demangleDeclarator(MangledName); local
1902 FunctionSymbolNode *Symbol local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1554 const MCSymbol *Symbol = CLI.Symbol; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1700 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); local
1717 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); local
1740 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); local
1755 const MCExpr *Symbol local
1663 emitAuipcInstPair(MCOperand DestReg, MCOperand TmpReg, const MCExpr *Symbol, RISCVMCExpr::VariantKind VKHi, unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out) argument
1774 const MCExpr *Symbol = Inst.getOperand(SymbolOpIdx).getExpr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp324 MCOperand NVPTXAsmPrinter::GetSymbolRef(const MCSymbol *Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h612 struct Symbol { struct in namespace:llvm::objcopy::elf
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1114 static void addExportedSymbol(ArgStringList &CmdArgs, const char *Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1120 bool FastISel::lowerCallTo(const CallInst *CI, MCSymbol *Symbol, argument
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c248 } Symbol; typedef in typeref:struct:symbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h544 SymbolNode *Symbol = nullptr; member in struct:llvm::ms_demangle::TemplateParameterReferenceNode

Completed in 488 milliseconds

1234567