Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dcoff2yaml.cpp226 YAMLFD.TagIndex = ObjFD->TagIndex; in dumpFunctionDefinition()
247 YAMLWE.TagIndex = ObjWE->TagIndex; in dumpWeakExternal()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DCOFFLinkGraphBuilder.cpp233 COFFSymbolIndex TagIndex = WeakExternal->TagIndex; in graphifySymbols() local
236 {SymIndex, TagIndex, Characteristics, SymbolName}); in graphifySymbols()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DCOFF.h418 uint32_t TagIndex; member
434 uint32_t TagIndex; member
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp537 OS << binary_le(i->FunctionDefinition->TagIndex) in writeCOFF()
553 OS << binary_le(i->WeakExternal->TagIndex) in writeCOFF()
DCOFFYAML.cpp510 IO.mapRequired("TagIndex", AFD.TagIndex); in mapping()
526 IO.mapRequired("TagIndex", AWE.TagIndex); in mapping()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWinCOFFObjectWriter.cpp417 Sym->Aux[0].Aux.WeakExternal.TagIndex = 0; in DefineSymbol()
518 W.write<uint32_t>(i.Aux.WeakExternal.TagIndex); in WriteAuxiliarySymbols()
1060 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->getIndex(); in writeObject()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp289 COFFObj->getSymbol(WeakExternal->TagIndex); in onObjLoad()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DCOFF.h481 support::ulittle32_t TagIndex; member
503 support::ulittle32_t TagIndex; member
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DWasmYAML.h98 uint32_t TagIndex; member
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1588 W.printNumber("TagIndex", Aux->TagIndex); in printSymbol()
1599 W.printNumber("Linked", getSymbolName(Aux->TagIndex), Aux->TagIndex); in printSymbol()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DCOFFDump.cpp899 static_cast<uint32_t>(awe->TagIndex), in printCOFFSymbolTable()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp751 unsigned TagIndex = Info.ElementIndex - NumImportedTags; in parseLinkingSectionSymtab() local
752 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
/openbsd/src/gnu/llvm/lld/COFF/
DInputFiles.cpp398 uint32_t tagIndex = coffSym.getAux<coff_aux_weak_external>()->TagIndex; in initializeSymbols()