Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp456 auto SymbolPair = RemainingTable.split('\0'); in dumpSymbols() local
457 RemainingTable = SymbolPair.second; in dumpSymbols()
458 if (SymbolPair.first.empty()) in dumpSymbols()
460 LEData.StringTable.push_back(SymbolPair.first); in dumpSymbols()
/external/llvm-project/llvm/tools/obj2yaml/
Dmacho2yaml.cpp584 auto SymbolPair = RemainingTable.split('\0'); in dumpSymbols() local
585 RemainingTable = SymbolPair.second; in dumpSymbols()
586 LEData.StringTable.push_back(SymbolPair.first); in dumpSymbols()