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

  /external/lldb/include/lldb/Interpreter/
CommandObject.h 132 IsAlias () { return m_is_alias; }
  /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");
  /external/llvm/lib/MC/
MachObjectWriter.cpp 333 bool IsAlias = Symbol != AliasedSymbol;
336 if (IsAlias) {
346 if (IsAlias && Symbol->isUndefined())
361 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined()))
365 if (IsAlias && Symbol->isUndefined())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 125 BOOLEAN IsAlias;
197 ULONG IsAlias: 1;
205 BOOLEAN IsAlias;

Completed in 114 milliseconds