Home
last modified time | relevance | path

Searched refs:isBitcodeContainingObjCCategory (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DReaderWriter.h65 bool isBitcodeContainingObjCCategory(MemoryBufferRef Buffer,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h158 Expected<bool> isBitcodeContainingObjCCategory(MemoryBufferRef Buffer);
/external/llvm/tools/lto/
Dlto.cpp189 return llvm::isBitcodeContainingObjCCategory(*Buffer, Ctx); in lto_module_has_objc_category()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp200 Ctx, llvm::isBitcodeContainingObjCCategory(*Buffer)); in lto_module_has_objc_category()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp728 if (llvm::isBitcodeContainingObjCCategory(*Buffer, Ctx)) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp832 if (ExitOnErr(isBitcodeContainingObjCCategory(*Buffer))) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5905 Expected<bool> llvm::isBitcodeContainingObjCCategory(MemoryBufferRef Buffer) { in isBitcodeContainingObjCCategory() function in llvm
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6631 bool llvm::isBitcodeContainingObjCCategory(MemoryBufferRef Buffer, in isBitcodeContainingObjCCategory() function in llvm