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

  /external/llvm/lib/MC/
MCContext.cpp 137 Sym = new (&*NameIter, *this) MCSymbolELF(&*NameIter, /*isTemporary*/ false);
162 bool IsTemporary) {
166 return new (Name, *this) MCSymbolCOFF(Name, IsTemporary);
168 return new (Name, *this) MCSymbolELF(Name, IsTemporary);
170 return new (Name, *this) MCSymbolMachO(Name, IsTemporary);
174 IsTemporary);
184 bool IsTemporary = CanBeUnnamed;
185 if (AllowTemporaryLabels && !IsTemporary)
186 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
200 return createSymbolImpl(&*NameEntry.first, IsTemporary);
    [all...]
  /external/llvm/include/llvm/MC/
MCSymbol.h 79 /// IsTemporary - True if this is an assembler temporary label, which
82 unsigned IsTemporary : 1;
149 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
150 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
215 /// isTemporary - Check if this is an assembler temporary symbol.
216 bool isTemporary() const { return IsTemporary; }
MCContext.h 221 bool IsTemporary);
  /external/lzma/CPP/Windows/
FileFind.h 60 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); }
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 418 milliseconds