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

  /external/llvm/include/llvm-c/
Object.h 66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);
  /external/llvm/tools/llvm-c-test/
object.c 41 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
  /external/llvm/bindings/python/llvm/
object.py 230 return lib.LLVMGetSectionAddress(self)
468 library.LLVMGetSectionAddress.argtypes = [c_object_p]
469 library.LLVMGetSectionAddress.restype = c_uint64
  /external/llvm/lib/Object/
Object.cpp 147 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) {

Completed in 501 milliseconds