Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py209 return lib.LLVMGetSectionSize(self)
460 library.LLVMGetSectionSize.argtypes = [c_object_p]
461 library.LLVMGetSectionSize.restype = c_uint64
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dobject.c43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DObject.h176 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp262 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize() function