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

  /external/llvm/tools/llvm-c-test/
object.c 31 O = LLVMCreateObjectFile(MB);
64 O = LLVMCreateObjectFile(MB);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Object.h 36 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf);
  /external/llvm/include/llvm-c/
Object.h 43 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf);
  /external/swiftshader/third_party/LLVM/lib/Object/
Object.cpp 21 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf) {
  /external/llvm/bindings/python/llvm/
object.py 119 ptr = lib.LLVMCreateObjectFile(contents)
431 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer]
432 library.LLVMCreateObjectFile.restype = c_object_p
  /external/llvm/lib/Object/
Object.cpp 62 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf) {

Completed in 710 milliseconds