HomeSort by relevance Sort by last modified time
    Searched refs:TagIndex (Results 1 - 8 of 8) sorted by null

  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 140 YAMLFD.TagIndex = ObjFD->TagIndex;
161 YAMLWE.TagIndex = ObjWE->TagIndex;
  /external/llvm/include/llvm/Support/
COFF.h 359 uint32_t TagIndex;
375 uint32_t TagIndex;
  /external/llvm/lib/Object/
COFFYAML.cpp 426 IO.mapRequired("TagIndex", AFD.TagIndex);
442 IO.mapRequired("TagIndex", AWE.TagIndex);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 388 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = 0;
537 writeLE32(i->Aux.FunctionDefinition.TagIndex);
555 writeLE32(i->Aux.WeakExternal.TagIndex);
878 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->getIndex();
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 426 support::ulittle32_t TagIndex;
440 support::ulittle32_t TagIndex;
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 477 OS << binary_le(i->FunctionDefinition->TagIndex)
491 OS << binary_le(i->WeakExternal->TagIndex)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 80 milliseconds