Home
last modified time | relevance | path

Searched refs:Uncommons (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h145 Range<Uncommon> Uncommons; member
234 ArrayRef<storage::Uncommon> Uncommons; variable
254 Uncommons = range(header().Uncommons); in Reader()
333 return {SymbolRef(Symbols.begin(), Symbols.end(), Uncommons.begin(), this), in symbols()
341 return {SymbolRef(MBegin, MEnd, Uncommons.begin() + M.UncBegin, this), in module_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp88 std::vector<storage::Uncommon> Uncommons; member
130 Mod.UncBegin = Uncommons.size(); in addModule()
192 Uncommons.emplace_back(); in addSymbol()
193 Unc = &Uncommons.back(); in addSymbol()
315 writeRange(Hdr.Uncommons, Uncommons); in build()