Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/unittests/IR/
H A DCFGBuilder.h65 struct Update { struct
71 std::vector<Update> Updates); argument
/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
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxQueue.cpp50 lldb::ChildCacheState QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
H A DLibStdcpp.cpp97 lldb::ChildCacheState LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd
197 lldb::ChildCacheState VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd
400 lldb::ChildCacheState LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxRangesRefView.cpp63 lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
H A DLibCxxTuple.cpp45 lldb::ChildCacheState TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
H A DLibCxxList.cpp163 lldb::ChildCacheState AbstractListFrontEnd::Update() { Update() function in AbstractListFrontEnd
287 lldb::ChildCacheState ForwardListFrontEnd::Update() { Update() function in ForwardListFrontEnd
397 lldb::ChildCacheState ListFrontEnd::Update() { Update() function in ListFrontEnd
[all...]
H A DLibCxxVector.cpp231 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
120 lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
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.cpp97 lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd
H A DLibCxxUnorderedMap.cpp221 lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibcxxStdUnorderedMapSyntheticFrontEnd
282 LibCxxUnorderedMapIteratorSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibCxxUnorderedMapIteratorSyntheticFrontEnd
H A DLibCxxAtomic.cpp114 lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd
H A DLibCxxValarray.cpp101 lldb_private::formatters::LibcxxStdValarraySyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdValarraySyntheticFrontEnd
H A DGenericOptional.cpp66 lldb::ChildCacheState GenericOptionalFrontend::Update() { Update() function in GenericOptionalFrontend
H A DLibCxxSliceArray.cpp120 lldb_private::formatters::LibcxxStdSliceArraySyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdSliceArraySyntheticFrontEnd
H A DLibCxxProxyArray.cpp132 lldb_private::formatters::LibcxxStdProxyArraySyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdProxyArraySyntheticFrontEnd
H A DLibCxxMap.cpp367 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
405 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { Update() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
H A DLibStdcppUniquePointer.cpp87 lldb::ChildCacheState LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function
/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h472 emitVersionMin(MCVersionMinType Type,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitVersionMin() argument
478 emitBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitBuildVersion() argument
484 emitDarwinTargetVariantBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitDarwinTargetVariantBuildVersion() argument
/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
/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp293 emitVersionMin(MCVersionMinType Kind,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitVersionMin() argument
299 emitBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitBuildVersion() argument
306 emitDarwinTargetVariantBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitDarwinTargetVariantBuildVersion() argument
/llvm-project/llvm/unittests/Support/
H A Draw_sha1_ostream_test.cpp46 TEST(sha1_hash_test, Update) { in TEST() argument
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h59 Update, enumerator
158 Update, global() enumerator

1234