Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRSymtab.h78 Word UncBegin; member
363 return {SymbolRef(MBegin, MEnd, Uncommons.begin() + M.UncBegin, this), in module_symbols()
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRSymtab.cpp153 Mod.UncBegin = Uncommons.size(); in addModule()