Searched refs:NameAndAttributes (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/lto/
H A DLTOModule.h43 struct NameAndAttributes { struct in struct:LTOModule
52 std::vector<NameAndAttributes> _symbols;
56 llvm::StringMap<NameAndAttributes> _undefines;
H A DLTOModule.cpp333 NameAndAttributes info;
334 StringMap<NameAndAttributes>::value_type &entry =
352 NameAndAttributes info;
372 NameAndAttributes info;
373 StringMap<NameAndAttributes>::value_type &entry =
393 NameAndAttributes info;
394 StringMap<NameAndAttributes>::value_type &entry =
515 NameAndAttributes info;
539 NameAndAttributes &info = _undefines[entry.getKey().data()];
574 StringMap<NameAndAttributes>
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp231 std::string NameAndAttributes; local
234 NameAndAttributes += '\0';
235 NameAndAttributes += TypeStr.length() + 3;
236 NameAndAttributes += TypeStr;
237 NameAndAttributes += '\0';
238 NameAndAttributes += PD->getNameAsString();
239 NameAndAttributes += '\0';
241 CGM.GetAddrOfConstantString(NameAndAttributes), Zeros);

Completed in 134 milliseconds