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

  /external/llvm/utils/TableGen/
CodeGenSchedule.h 51 bool IsAlias;
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false),
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
87 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases");
CodeGenSchedule.cpp 299 getSchedRW(AliasDef).IsAlias = true;
302 if (RW.IsAlias)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 59 BOOLEAN IsAlias;
88 BOOLEAN IsAlias;
130 ULONG IsAlias : 1;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 328 bool IsAlias = Symbol != AliasedSymbol;
332 if (IsAlias) {
343 if (IsAlias && Symbol->isUndefined())
358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined()))
362 if (IsAlias && Symbol->isUndefined())
381 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry();
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 386 IsAlias = 1 << 6,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 391 IsAlias = 1 << 6,
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 97 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
  /external/llvm/lib/AsmParser/
LLParser.cpp 703 bool IsAlias;
705 IsAlias = true;
707 IsAlias = false;
714 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage))
751 if (IsAlias && Ty != PTy->getElementType())
756 if (!IsAlias && !PTy->getElementType()->isFunctionTy())
781 if (IsAlias)
811 if (IsAlias)
    [all...]
  /external/libusb/libusb/os/
windows_winusb.h 900 BOOLEAN IsAlias;
  /external/llvm/lib/Support/
YAMLParser.cpp 486 bool scanAliasOrAnchor(bool IsAlias);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 141 Decl *VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias);
    [all...]

Completed in 1110 milliseconds