Home
last modified time | relevance | path

Searched refs:SymbolTable (Results 26 – 50 of 51) sorted by relevance

123

/openbsd/gnu/llvm/lld/MachO/
H A DCMakeLists.txt30 SymbolTable.cpp
H A DDriver.cpp1419 symtab = std::make_unique<SymbolTable>(); in link()
/openbsd/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.h32 SymbolTable symtab;
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h78 using SymbolTable = StringMap<MCSymbol *, BumpPtrAllocator &>;
143 SymbolTable Symbols;
160 SymbolTable InlineAsmUsedLabelNames;
525 const SymbolTable &getSymbols() const { return Symbols; } in getSymbols()
/openbsd/gnu/llvm/lld/ELF/
H A DCMakeLists.txt54 SymbolTable.cpp
H A DDriver.cpp118 symtab = SymbolTable(); in link()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn59 "SymbolTable.cpp",
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp467 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes; in setName() local
474 SymbolTable.remove((EntryTy *)SymbolTableEntry); in setName()
480 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
508 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DArchive.h362 StringRef getSymbolTable() const { return SymbolTable; } in getSymbolTable()
379 StringRef SymbolTable; variable
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h58 extern bool SymbolTable;
H A Dllvm-objdump.cpp230 bool objdump::SymbolTable; member in objdump
2818 if (SymbolTable) in dumpObject()
2875 if (SymbolTable) in dumpObject()
3066 SymbolTable = InputArgs.hasArg(OBJDUMP_syms); in parseObjdumpOptions()
3228 SectionHeaders = SymbolTable = true; in main()
3236 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in main()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h70 LVSymbolTable SymbolTable; variable
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp193 if (Section.SymbolTable.size()) { in writeSectionContent()
195 encodeULEB128(Section.SymbolTable.size(), SubSection.getStream()); in writeSectionContent()
196 for (auto Sym : llvm::enumerate(Section.SymbolTable)) { in writeSectionContent()
H A DWasmYAML.cpp74 IO.mapOptional("SymbolTable", Section.SymbolTable); in sectionMapping()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp126 for (const wasm::WasmSymbolInfo &Symbol : Obj.linkingData().SymbolTable) { in dumpCustomSection()
146 LinkingSec->SymbolTable.emplace_back(Info); in dumpCustomSection()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h238 std::vector<WasmSymbolInfo> SymbolTable; member
/openbsd/gnu/llvm/lld/docs/
H A DNewLLD.rst174 * SymbolTable
176 SymbolTable is basically a hash table from strings to Symbols
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h256 std::vector<SymbolInfo> SymbolTable; member
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1249 using SymbolTable = DenseMap<SymbolStringPtr, SymbolTableEntry>; variable
1300 SymbolTable Symbols;
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp587 LinkingData.SymbolTable.reserve(Count); in parseLinkingSectionSymtab()
783 LinkingData.SymbolTable.emplace_back(Info); in parseLinkingSectionSymtab()
784 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp694 std::vector<SymbolTable::iterator> AddedSyms; in defineMaterializing()
946 SymbolTable::iterator SymI; in resolve()
1047 std::vector<SymbolTable::iterator> Worklist; in emit()
1363 std::pair<SymbolTable::iterator, UnmaterializedInfosMap::iterator>; in remove()
/openbsd/gnu/llvm/lld/wasm/
H A DDriver.cpp97 symtab = make<SymbolTable>(); in link()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1061 SymbolTableSection *SymbolTable = nullptr; variable
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3464 lld/COFF/SymbolTable.cpp
3465 lld/COFF/SymbolTable.h
3498 lld/ELF/SymbolTable.cpp
3499 lld/ELF/SymbolTable.h
3552 lld/MachO/SymbolTable.cpp
3553 lld/MachO/SymbolTable.h
7802 mlir/include/mlir/IR/SymbolTable.h
8325 mlir/lib/IR/SymbolTable.cpp
/openbsd/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3117 Note that the ``SymbolTable`` class should not be directly accessed by most
3446 * ``SymbolTable *getSymbolTable()``
3916 * ``SymbolTable *getSymbolTable()``

123