HomeSort by relevance Sort by last modified time
    Searched refs:AuxType (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 284 : AuxType(COFFYAML::AuxSymbolType(0)) {}
286 : AuxType(COFFYAML::AuxSymbolType(C)) {}
287 uint32_t denormalize(IO &) { return AuxType; }
288 COFFYAML::AuxSymbolType AuxType;
461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
462 IO.mapRequired("AuxType", NATT->AuxType);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 57 AuxiliaryType AuxType;
285 coff_symbol->Aux[0].AuxType = ATSectionDefinition;
404 coff_symbol->Aux[0].AuxType = ATWeakExternal;
540 switch (i.AuxType) {
840 Aux.AuxType = ATFile;
885 assert(Symbol->Aux[0].AuxType == ATWeakExternal &&
970 assert(Aux.AuxType == ATSectionDefinition &&
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 193 YAMLCLRToken.AuxType = ObjCLRToken->AuxType;
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 54 AuxiliaryType AuxType;
381 coff_symbol->Aux[0].AuxType = ATSectionDefinition;
449 coff_symbol->Aux[0].AuxType = ATWeakExternal;
560 switch(i->AuxType) {
777 assert(coff_symbol->Aux[0].AuxType == ATWeakExternal &&
823 assert(Aux.AuxType == ATSectionDefinition &&
  /external/llvm/include/llvm/Support/
COFF.h 397 uint8_t AuxType;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 402 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 402 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h 444 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h 444 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 402 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h 444 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h 444 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
COFF.h 450 uint8_t AuxType;
  /external/llvm/include/llvm/Object/
COFF.h 509 uint8_t AuxType;
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 522 OS << binary_le(i->CLRToken->AuxType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 493 uint8_t AuxType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 493 uint8_t AuxType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFF.h 508 uint8_t AuxType;
    [all...]

Completed in 3007 milliseconds

1 2