Home
last modified time | relevance | path

Searched refs:LLVMGetSectionSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
Dobject.py210 return lib.LLVMGetSectionSize(self)
461 library.LLVMGetSectionSize.argtypes = [c_object_p]
462 library.LLVMGetSectionSize.restype = c_uint64
/external/llvm/tools/llvm-c-test/
Dobject.c41 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in object_list_sections()
/external/llvm/include/llvm-c/
DObject.h64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
/external/llvm/lib/Object/
DObject.cpp136 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() function