Home
last modified time | relevance | path

Searched refs:IsTemporary (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCContext.cpp160 bool IsTemporary) { in createSymbolImpl()
164 return new (Name, *this) MCSymbolCOFF(Name, IsTemporary); in createSymbolImpl()
166 return new (Name, *this) MCSymbolELF(Name, IsTemporary); in createSymbolImpl()
168 return new (Name, *this) MCSymbolMachO(Name, IsTemporary); in createSymbolImpl()
170 return new (Name, *this) MCSymbolWasm(Name, IsTemporary); in createSymbolImpl()
172 return new (Name, *this) MCSymbolXCOFF(Name, IsTemporary); in createSymbolImpl()
176 IsTemporary); in createSymbolImpl()
186 bool IsTemporary = CanBeUnnamed; in createSymbol()
187 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()
188 IsTemporary in createSymbol()
159 createSymbolImpl(const StringMapEntry<bool> *Name, bool IsTemporary) createSymbolImpl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbol.h84 /// IsTemporary - True if this is an assembler temporary label, which
87 unsigned IsTemporary : 1;
155 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false), in MCSymbol()
213 bool isTemporary() const { return IsTemporary; } in isTemporary()
H A DMCContext.h289 bool IsTemporary);
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h106 return IsTemporary(); in IsConst()
114 bool IsTemporary() const { return temporary_.has_value(); } in IsTemporary() function in v8::internal::torque::LocationReference
116 DCHECK(IsTemporary()); in temporary()
158 if (IsVariableAccess() || IsHeapSlice() || IsTemporary()) { in ReferencedType()
167 DCHECK(IsTemporary()); in GetVisitResult()
173 DCHECK(IsTemporary()); in temporary_description()
H A Dimplementation-visitor.cc2267 if (reference.IsTemporary() && in GenerateFieldAccess()
2486 if (reference.IsTemporary()) { in GenerateFetchFromLocation()
2600 DCHECK(reference.IsTemporary()); in GenerateAssignToLocation()
/third_party/lzma/CPP/Windows/
H A DFileFind.h120 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function in NWindows::NFile::NFind::CFileInfoBase

Completed in 15 milliseconds