Home
last modified time | relevance | path

Searched refs:TagIndex (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp238 COFFSymbolIndex TagIndex = WeakExternal->TagIndex; in graphifySymbols() local
241 {SymIndex, TagIndex, Characteristics, SymbolName}); in graphifySymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h466 uint32_t TagIndex; member
482 uint32_t TagIndex; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp148 Sym.WeakTargetSymbolId = WE->TagIndex; in readSymbols()
H A DCOFFWriter.cpp91 WE->TagIndex = Target->RawIndex; in finalizeSymbolContents()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp407 Sym->Aux[0].Aux.WeakExternal.TagIndex = 0; // Filled in later in defineSymbol()
508 W.write<uint32_t>(i.Aux.WeakExternal.TagIndex); in WriteAuxiliarySymbols()
1033 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->getIndex(); in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp532 OS << binary_le(i->FunctionDefinition->TagIndex) in writeCOFF()
548 OS << binary_le(i->WeakExternal->TagIndex) in writeCOFF()
H A DCOFFYAML.cpp533 IO.mapRequired("TagIndex", AFD.TagIndex); in mapping()
549 IO.mapRequired("TagIndex", AWE.TagIndex); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp299 COFFObj->getSymbol(WeakExternal->TagIndex); in onObjLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h99 uint32_t TagIndex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h490 support::ulittle32_t TagIndex; member
512 support::ulittle32_t TagIndex; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp600 COFFSymbolRef targetSym = check(coffObj->getSymbol(aux->TagIndex)); in initializeSymbols()
656 checkAndSetWeakAlias(symtab, this, sym, symbols[aux->TagIndex], in initializeSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1725 W.printNumber("TagIndex", Aux->TagIndex); in printSymbol()
1736 W.printNumber("Linked", getSymbolName(Aux->TagIndex), Aux->TagIndex); in printSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp926 static_cast<uint32_t>(awe->TagIndex), in printCOFFSymbolTable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp868 unsigned TagIndex = Info.ElementIndex - NumImportedTags; in parseLinkingSectionSymtab() local
869 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()