Home
last modified time | relevance | path

Searched refs:SymbolPair (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp54 auto SymbolPair = RemainingTable.split('\0'); in dumpDebugStrings() local
55 RemainingTable = SymbolPair.second; in dumpDebugStrings()
56 Y.DebugStrings.push_back(SymbolPair.first); in dumpDebugStrings()
Dmacho2yaml.cpp484 auto SymbolPair = RemainingTable.split('\0'); in dumpSymbols() local
485 RemainingTable = SymbolPair.second; in dumpSymbols()
486 LEData.StringTable.push_back(SymbolPair.first); in dumpSymbols()