Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dobject.c37 sect = LLVMGetSections(O); in object_list_sections()
70 sect = LLVMGetSections(O); in object_list_symbols()
/external/llvm/bindings/python/llvm/
Dobject.py131 sections = lib.LLVMGetSections(self)
339 sections = lib.LLVMGetSections(self._object_file)
444 library.LLVMGetSections.argtypes = [ObjectFile]
445 library.LLVMGetSections.restype = c_object_p
/external/llvm/include/llvm-c/
DObject.h47 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);
/external/llvm/lib/Object/
DObject.cpp74 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { in LLVMGetSections() function