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

  /external/llvm/include/llvm-c/
Object.h 68 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
  /external/llvm/bindings/python/llvm/
object.py 222 return lib.LLVMGetSectionAddress(self)
476 library.LLVMGetSectionAddress.argtypes = [c_object_p]
477 library.LLVMGetSectionAddress.restype = c_uint64
  /external/llvm/lib/Object/
Object.cpp 100 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) {

Completed in 208 milliseconds