Searched refs:TagIndex (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp85 YAMLFD.TagIndex = ObjFD->TagIndex;
106 YAMLWE.TagIndex = ObjWE->TagIndex;
/external/llvm/include/llvm/Support/
H A DCOFF.h342 uint32_t TagIndex; member in struct:llvm::COFF::AuxiliaryFunctionDefinition
358 uint32_t TagIndex; member in struct:llvm::COFF::AuxiliaryWeakExternal
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp286 OS << binary_le(i->FunctionDefinition->TagIndex)
298 OS << binary_le(i->WeakExternal->TagIndex)
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp444 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = 0;
595 WriteLE32(i->Aux.FunctionDefinition.TagIndex);
609 WriteLE32(i->Aux.WeakExternal.TagIndex);
865 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->Index;
/external/llvm/include/llvm/Object/
H A DCOFF.h269 support::ulittle32_t TagIndex; member in struct:llvm::object::coff_aux_function_definition
285 support::ulittle32_t TagIndex; member in struct:llvm::object::coff_aux_weak_external
/external/llvm/lib/Object/
H A DCOFFYAML.cpp321 IO.mapRequired("TagIndex", AFD.TagIndex);
337 IO.mapRequired("TagIndex", AWE.TagIndex);
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp758 W.printNumber("TagIndex", Aux->TagIndex);
772 if ((EC = Obj->getSymbol(Aux->TagIndex, Linked)) ||
779 W.printNumber("Linked", LinkedName, Aux->TagIndex);

Completed in 124 milliseconds