Home
last modified time | relevance | path

Searched defs:WorklistEntry (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp65 struct WorklistEntry { struct
66 enum EntryKind {
72 struct GVInitTy {
76 struct AppendingGVTy {
80 struct GlobalIndirectSymbolTy {
85 unsigned Kind : 2;
86 unsigned MCID : 29;
87 unsigned AppendingGVIsOldCtorDtor : 1;
88 unsigned AppendingGVNumNewMembers;
89 union {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp249 struct WorklistEntry { in computeAnonDeps() struct
250 WorklistEntry(Symbol *Sym, DenseSet<Symbol *> SymAnonDeps) in computeAnonDeps() function
253 Symbol *Sym = nullptr; in computeAnonDeps()
254 DenseSet<Symbol *> SymAnonDeps; in computeAnonDeps()
DCore.cpp1012 struct WorklistEntry { in resolve() struct
1013 SymbolTable::iterator SymI; in resolve()
1014 JITEvaluatedSymbol ResolvedSym; in resolve()