Home
last modified time | relevance | path

Searched refs:Uncommons (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.h145 Range<Uncommon> Uncommons; member
237 ArrayRef<storage::Uncommon> Uncommons; variable
258 Uncommons = range(header().Uncommons); in Reader()
348 return {SymbolRef(Symbols.begin(), Symbols.end(), Uncommons.begin(), this), in symbols()
356 return {SymbolRef(MBegin, MEnd, Uncommons.begin() + M.UncBegin, this), in module_symbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp87 std::vector<storage::Uncommon> Uncommons; member
131 Mod.UncBegin = Uncommons.size(); in addModule()
207 Uncommons.emplace_back(); in addSymbol()
208 Unc = &Uncommons.back(); in addSymbol()
330 writeRange(Hdr.Uncommons, Uncommons); in build()