HomeSort by relevance Sort by last modified time
    Searched refs:NameAndAttributes (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/LTO/
LTOModule.cpp 279 _undefines.insert(std::make_pair(superclassName, NameAndAttributes()));
281 NameAndAttributes &info = IterBool.first->second;
294 NameAndAttributes info;
315 _undefines.insert(std::make_pair(targetclassName, NameAndAttributes()));
320 NameAndAttributes &info = IterBool.first->second;
334 _undefines.insert(std::make_pair(targetclassName, NameAndAttributes()));
339 NameAndAttributes &info = IterBool.first->second;
471 NameAndAttributes info;
493 NameAndAttributes &info = _undefines[IterBool.first->first().data()];
528 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes()));
    [all...]
  /external/llvm/include/llvm/LTO/
LTOModule.h 41 struct NameAndAttributes {
54 std::vector<NameAndAttributes> _symbols;
58 StringMap<NameAndAttributes> _undefines;
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 236 std::string NameAndAttributes;
239 NameAndAttributes += '\0';
240 NameAndAttributes += TypeStr.length() + 3;
241 NameAndAttributes += TypeStr;
242 NameAndAttributes += '\0';
243 NameAndAttributes += PD->getNameAsString();
244 return MakeConstantString(NameAndAttributes);
    [all...]

Completed in 2957 milliseconds