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

  /external/llvm/include/llvm-c/
Object.h 67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
  /external/llvm/bindings/python/llvm/
object.py 238 return lib.LLVMGetSectionContainsSymbol(self, symbol)
471 library.LLVMGetSectionContainsSymbol.argtypes = [c_object_p, c_object_p]
472 library.LLVMGetSectionContainsSymbol.restype = bool
  /external/llvm/lib/Object/
Object.cpp 151 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,

Completed in 36 milliseconds