Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp607 StringRef RemainingTable = Obj.getStringTableData(); in dumpSymbols() local
608 while (RemainingTable.size() > 0) { in dumpSymbols()
609 auto SymbolPair = RemainingTable.split('\0'); in dumpSymbols()
610 RemainingTable = SymbolPair.second; in dumpSymbols()