Home
last modified time | relevance | path

Searched defs:Update (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp97 lldb::ChildCacheState LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd
196 bool VectorIteratorSyntheticFrontEnd::Update() { Update() function in VectorIteratorSyntheticFrontEnd
393 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { Update() function in LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxList.cpp163 lldb::ChildCacheState AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd
287 lldb::ChildCacheState ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd
397 lldb::ChildCacheState ListFrontEnd::Update() { in Update() function in ListFrontEnd
[all...]
H A DLibCxxQueue.cpp50 lldb::ChildCacheState QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
H A DLibCxxVector.cpp119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
244 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
H A DLibCxxRangesRefView.cpp63 lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
H A DLibCxxTuple.cpp43 bool TupleFrontEnd::Update() { Update() function in TupleFrontEnd
H A DLibCxxInitializerList.cpp86 lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
H A DLibStdcppTuple.cpp56 lldb::ChildCacheState LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
H A DLibCxxSpan.cpp96 bool lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd
H A DLibCxxAtomic.cpp113 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd
H A DGenericOptional.cpp64 bool GenericOptionalFrontend::Update() { Update() function in GenericOptionalFrontend
H A DLibStdcppUniquePointer.cpp87 lldb::ChildCacheState LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
H A DGenericBitset.cpp81 bool GenericBitsetFrontEnd::Update() { Update() function in GenericBitsetFrontEnd
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp20 bool CFBasicHash::Update(addr_t addr, ExecutionContextRef exe_ctx_rf) { in Update() function in CFBasicHash
H A DNSDictionary.cpp616 bool lldb_private::formatters::NSDictionaryISyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
753 bool lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::NSCFDictionarySyntheticFrontEnd
884 bool lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd
995 bool lldb_private::formatters::NSDictionary1SyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::NSDictionary1SyntheticFrontEnd
1091 Update() { Update() function in lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd
1253 NSDictionaryMSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::Foundation1100::NSDictionaryMSyntheticFrontEnd
[all...]
H A DNSArray.cpp505 GenericNSArrayMSyntheticFrontEnd<D32, D64>::Update() { Update() function in lldb_private::formatters::GenericNSArrayMSyntheticFrontEnd
647 Update() { Update() function in lldb_private::formatters::GenericNSArrayISyntheticFrontEnd
727 bool lldb_private::formatters::NSArray0SyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::NSArray0SyntheticFrontEnd
761 bool lldb_private::formatters::NSArray1SyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::NSArray1SyntheticFrontEnd
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h262 void setUpdateIndexTablesOnly(bool Update) override { in setUpdateIndexTablesOnly()
561 bool Update; variable
567 bool Update, OffsetsStringPool &DebugStrPool, in DIECloner()
806 bool Update = false; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp289 emitVersionMin(MCVersionMinType Kind,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitVersionMin() argument
295 emitBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitBuildVersion() argument
302 emitDarwinTargetVariantBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitDarwinTargetVariantBuildVersion() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h507 emitVersionMin(MCVersionMinType Type,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitVersionMin() argument
513 emitBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitBuildVersion() argument
519 emitDarwinTargetVariantBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitDarwinTargetVariantBuildVersion() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h58 Update, global() enumerator
140 Update, global() enumerator
/freebsd-src/sys/opencrypto/
H A Dxform_auth.h60 int (*Update) (void *, const void *, u_int); member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h119 bool Update() override { return false; } Update() function
331 bool Update() override { return false; } Update() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp43 bool Update = false; in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h31 Update, // (Src, Dst): update the value of node Src to match Dst. enumerator

123