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

  /external/llvm/include/llvm-c/
Object.h 64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
  /external/llvm/tools/llvm-c-test/
object.c 41 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
  /external/llvm/bindings/python/llvm/
object.py 210 return lib.LLVMGetSectionSize(self)
461 library.LLVMGetSectionSize.argtypes = [c_object_p]
462 library.LLVMGetSectionSize.restype = c_uint64
  /external/llvm/lib/Object/
Object.cpp 136 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) {

Completed in 4571 milliseconds