Home
last modified time | relevance | path

Searched refs:hasObjCCategory (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp283 static bool hasObjCCategory(StringRef Name) { in hasObjCCategory() function
292 if (!hasObjCCategory(In)) { in getObjCClassCategory()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp318 ErrorOr<bool> hasObjCCategory();
4203 ErrorOr<bool> BitcodeReader::hasObjCCategory() { in hasObjCCategory() function in BitcodeReader
6635 ErrorOr<bool> hasObjCCategory = R->hasObjCCategory(); in isBitcodeContainingObjCCategory() local
6636 if (hasObjCCategory.getError()) in isBitcodeContainingObjCCategory()
6638 return hasObjCCategory.get(); in isBitcodeContainingObjCCategory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp400 static bool hasObjCCategory(StringRef Name) { in hasObjCCategory() function
409 if (!hasObjCCategory(In)) { in getObjCClassCategory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp280 static Expected<bool> hasObjCCategory(BitstreamCursor &Stream) { in hasObjCCategory() function
5910 return hasObjCCategory(*StreamOrErr); in isBitcodeContainingObjCCategory()