Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DBitReader.h74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddiagnostic.c72 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
H A Dmodule.c42 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp130 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2() function