Searched refs:Symbol (Results 201 - 225 of 613) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp90 std::vector<const Symbol *> importInfo;
91 std::vector<const Symbol *> exportInfo;
92 for (const Symbol *sym : symtab->symbols()) {
107 for (const Symbol *sym : exportInfo) {
127 for (const Symbol *sym : importInfo) {
172 void ImportSection::addGOTEntry(Symbol *sym) {
187 void ImportSection::addImport(Symbol *sym) {
257 for (const Symbol *sym : importedSymbols) {
279 for (const Symbol *sym : gotSymbols) {
393 for (Symbol *sy
[all...]
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp29 RelExpr getRelExpr(RelType type, const Symbol &s,
33 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
34 void writeIgotPlt(uint8_t *buf, const Symbol &s) const override;
36 void writePlt(uint8_t *buf, const Symbol &sym,
308 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s,
372 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const {
377 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const {
396 void X86_64::writePlt(uint8_t *buf, const Symbol &sym,
1014 void writeGotPlt(uint8_t *buf, const Symbol &s) const override;
1015 void writePlt(uint8_t *buf, const Symbol
[all...]
/openbsd-current/gnu/llvm/lld/MachO/Arch/
H A DARM64Common.cpp113 void ARM64Common::handleDtraceReloc(const Symbol *sym, const Reloc &r,
132 const Symbol *sym) {
146 ::reportUnalignedLdrStr(locStr, va, align, r.referent.dyn_cast<Symbol *>());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp32 Entry.Symbol = ShouldCreateSymbols ? Asm.createTempSymbol(Prefix) : nullptr;
96 assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) &&
101 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h97 void setReference(LVSymbol *Symbol) override {
98 Reference = Symbol;
174 // Returns true if current type is logically equal to the given 'Symbol'.
175 bool equals(const LVSymbol *Symbol) const;
H A DLVObject.h164 LVSymbol *Symbol; member in union:llvm::logicalview::LVObject::__anon1774
277 assert((!Parent.Symbol ||
278 (Parent.Symbol && static_cast<LVSymbol *>(Parent.Symbol))) &&
280 return Parent.Symbol;
283 void setParent(LVSymbol *Symbol);
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp486 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
489 getStreamer().emitCOFFSecRel32(Symbol, Offset);
513 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
515 getStreamer().emitCOFFImgRel32(Symbol, Offset);
532 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
535 getStreamer().emitCOFFSafeSEH(Symbol);
547 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
550 getStreamer().emitCOFFSectionIndex(Symbol);
562 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
565 getStreamer().emitCOFFSymbolIndex(Symbol);
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DIRObjectFile.cpp37 static ModuleSymbolTable::Symbol getSym(DataRefImpl &Symb) {
38 return *reinterpret_cast<ModuleSymbolTable::Symbol *>(Symb.p);
42 Symb.p += sizeof(ModuleSymbolTable::Symbol);
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp91 void emitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
93 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override {
98 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
/openbsd-current/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h18 #include "llvm/TextAPI/Symbol.h"
83 SymScalar(InterfaceInputOrder Order, const MachO::Symbol *Sym)
94 const MachO::Symbol *getVal() const { return Val; }
100 const MachO::Symbol *Val;
/openbsd-current/gnu/llvm/lld/ELF/
H A DMarkLive.cpp54 void markSymbol(Symbol *sym);
92 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel);
202 template <class ELFT> void MarkLive<ELFT>::markSymbol(Symbol *sym) {
216 for (Symbol *sym : symtab.getSymbols())
332 for (Symbol *s : file->getSymbols())
357 for (Symbol *sym : symtab.getSymbols())
H A DRelocations.cpp67 static std::optional<std::string> getLinkerScriptLocation(const Symbol &sym) {
75 static std::string getDefinedLocation(const Symbol &sym) {
89 static std::string getLocation(InputSectionBase &s, const Symbol &sym,
118 void elf::reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym,
179 static bool isAbsolute(const Symbol &sym) {
187 static bool isAbsoluteValue(const Symbol &sym) {
278 Symbol *sym = symtab.find(name);
297 static void replaceWithDefined(Symbol &sym, SectionBase &sec, uint64_t value,
299 Symbol old = sym;
454 bool isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp51 std::vector<Symbol> Symbols;
54 Symbol ReadSym;
/openbsd-current/gnu/llvm/lld/MachO/
H A DRelocations.cpp24 bool macho::validateSymbolRelocation(const Symbol *sym,
91 if (auto *sym = r.referent.dyn_cast<Symbol *>())
H A DSyntheticSections.cpp314 void macho::addNonLazyBindingEntries(const Symbol *sym,
344 void NonLazyPointerSectionBase::addEntry(Symbol *sym) {
371 static void writeChainedBind(uint8_t *buf, const Symbol *sym, int64_t addend) {
383 void macho::writeChainedFixup(uint8_t *buf, const Symbol *sym, int64_t addend) {
561 static int16_t ordinalForSymbol(const Symbol &sym) {
637 const Symbol *sym = p.first;
678 const Symbol *sym = p.first;
716 for (const Symbol *sym : entries) {
726 static void addBindingsForStub(Symbol *sym) {
753 void StubsSection::addEntry(Symbol *sy
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DDynamicLoader.h27 class Symbol;
146 virtual void FindEquivalentSymbols(Symbol *original_symbol,
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCWinEH.h46 const MCSymbol *Symbol = nullptr; member in struct:llvm::WinEH::FrameInfo
71 MCSymbol *Symbol; member in struct:llvm::WinEH::FrameInfo::Segment
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DArchive.h289 class Symbol { class in class:llvm::object::Archive
295 Symbol(const Archive *p, uint32_t symi, uint32_t stri) function in class:llvm::object::Archive::Symbol
298 bool operator==(const Symbol &other) const {
304 Symbol getNext() const;
308 Symbol symbol;
311 symbol_iterator(const Symbol &s) : symbol(s) {}
313 const Symbol *operator->() const { return &symbol; }
314 const Symbol &operator*() const { return symbol; }
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp101 raw_ostream &operator<<(raw_ostream &OS, const Symbol &Sym) {
145 Sym->~Symbol();
204 llvm::sort(**Cache, [](const Symbol *LHS, const Symbol *RHS) {
231 DenseMap<Block *, std::vector<Symbol *>> BlockSymbols;
240 llvm::sort(KV.second, [](const Symbol *LHS, const Symbol *RHS) {
376 Symbol *BestSymbolForBlock = nullptr;
H A DDWARFRecordSectionSplitter.cpp45 llvm::sort(*Caches[B], [](const Symbol *LHS, const Symbol *RHS) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp220 for (const auto &Symbol : Symbols) {
221 auto Name = Symbol.Name;
223 switch (Symbol.Type) {
235 if (Symbol.Weak)
446 for (auto Symbol : TargetStub->Symbols) {
447 auto SI = SymbolMap.find(Symbol.Name);
450 std::pair<std::string, IFSSymbol>(Symbol.Name, Symbol));
454 assert(Symbol.Name == SI->second.Name && "Symbol Name
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp95 const MCSymbolWasm *Symbol; // The symbol to relocate with. member in struct:__anon2393::WasmRelocationEntry
100 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, argument
103 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
110 << ", Sym=" << *Symbol << ", Addend=" << Addend
360 uint32_t getFunctionType(const MCSymbolWasm &Symbol);
361 uint32_t getTagType(const MCSymbolWasm &Symbol);
362 void registerFunctionType(const MCSymbolWasm &Symbol);
363 void registerTagType(const MCSymbolWasm &Symbol);
648 !RelEntry.Symbol
1259 getFunctionType(const MCSymbolWasm &Symbol) argument
1265 getTagType(const MCSymbolWasm &Symbol) argument
1271 registerFunctionType(const MCSymbolWasm &Symbol) argument
1291 registerTagType(const MCSymbolWasm &Symbol) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp281 SymbolRef Symbol; local
282 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol))
284 Expected<StringRef> NameOrErr = Symbol.getName();
309 StringRef &Symbol = RelocSym ? *RelocSym : SymStorage; local
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol))
311 W.printSymbolOffset(Label, Symbol, Offset);
629 COFFSymbolRef Symbol,
631 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol);
1449 for (const SymbolRef &Symbol : Obj->symbols()) {
1450 if (!Sec.containsSymbol(Symbol))
628 getSymbolAuxData(const COFFObjectFile *Obj, COFFSymbolRef Symbol, uint8_t AuxSymbolIdx, const T *&Aux) argument
1498 symbol_iterator Symbol = Reloc.getSymbol(); local
1551 COFFSymbolRef Symbol = Obj->getCOFFSymbol(Sym); local
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A DSelectSaver.pm39 use Symbol;
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h36 Symbol, enumerator in enum:lldb_private::postfix::Node::Kind
121 SymbolNode(llvm::StringRef name) : Node(Symbol), m_name(name) {}
125 static bool classof(const Node *node) { return node->GetKind() == Symbol; }
186 case Node::Symbol:

Completed in 463 milliseconds

1234567891011>>