Searched refs:name_map (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx91 name_map[sh->getName()] = sh;
100 name_map.find(name);
101 if (sh == name_map.end()) {
H A DELFSectionSymTab.hxx58 name_map[symbol->getName()] = symbol;
67 name_map.find(name);
68 if (symbol == name_map.end()) {
/frameworks/compile/linkloader/include/
H A DELFSectionHeaderTable.h35 llvm::StringMap<ELFSectionHeaderTy *> name_map; member in class:ELFSectionHeaderTable
H A DELFSectionSymTab.h34 llvm::StringMap<ELFSymbolTy *> name_map; member in class:ELFSectionSymTab

Completed in 38 milliseconds