Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DReaderWriter.h65 bool isBitcodeContainingObjCCategory(MemoryBufferRef Buffer,
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeReader.h163 Expected<bool> isBitcodeContainingObjCCategory(MemoryBufferRef Buffer);
/external/swiftshader/third_party/llvm-10.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/llvm-project/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/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp934 if (ExitOnErr(isBitcodeContainingObjCCategory(*Buffer))) in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6688 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
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6919 Expected<bool> llvm::isBitcodeContainingObjCCategory(MemoryBufferRef Buffer) { in isBitcodeContainingObjCCategory() function in llvm