Home
last modified time | relevance | path

Searched defs:Uncommon (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h117 struct Uncommon { struct
118 Word CommonSize, CommonAlign;
145 Range<Uncommon> Uncommons; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp203 auto Uncommon = [&]() -> storage::Uncommon & { in addSymbol() local