Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h418 uint32_t TagIndex; member
434 uint32_t TagIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp149 Sym.WeakTargetSymbolId = WE->TagIndex; in readSymbols()
H A DWriter.cpp89 WE->TagIndex = Target->RawIndex; in finalizeSymbolContents()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp399 Sym->Aux[0].Aux.WeakExternal.TagIndex = 0; in DefineSymbol()
537 W.write<uint32_t>(i.Aux.WeakExternal.TagIndex); in WriteAuxiliarySymbols()
1064 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->getIndex(); in writeObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp503 IO.mapRequired("TagIndex", AFD.TagIndex); in mapping()
519 IO.mapRequired("TagIndex", AWE.TagIndex); in mapping()
H A DCOFFEmitter.cpp545 OS << binary_le(i->FunctionDefinition->TagIndex) in writeCOFF()
561 OS << binary_le(i->WeakExternal->TagIndex) in writeCOFF()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h481 support::ulittle32_t TagIndex; member
503 support::ulittle32_t TagIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp728 static_cast<uint32_t>(awe->TagIndex), in printCOFFSymbolTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1531 W.printNumber("TagIndex", Aux->TagIndex); in printSymbol()
1542 W.printNumber("Linked", getSymbolName(Aux->TagIndex), Aux->TagIndex); in printSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp675 unsigned TagIndex = Info.ElementIndex - NumImportedTags; in parseLinkingSectionSymtab() local
676 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp426 uint32_t tagIndex = coffSym.getAux<coff_aux_weak_external>()->TagIndex; in initializeSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1643 static SDValue getCppExceptionSymNode(SDValue Op, unsigned TagIndex, in getCppExceptionSymNode() argument
1647 cast<ConstantSDNode>(Op.getOperand(TagIndex).getNode())->getZExtValue(); in getCppExceptionSymNode()