Home
last modified time | relevance | path

Searched refs:LLVMGetSections (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dobject.py130 sections = lib.LLVMGetSections(self)
338 sections = lib.LLVMGetSections(self._object_file)
435 library.LLVMGetSections.argtypes = [ObjectFile]
436 library.LLVMGetSections.restype = c_object_p
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DObject.h214 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);
/llvm-project-15.0.7/llvm/lib/Object/
H A DObject.cpp201 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() function