Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dobject.c43 LLVMMoveToNextSection(sect); in object_list_sections()
/external/llvm/include/llvm-c/
DObject.h51 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);
/external/llvm/bindings/python/llvm/
Dobject.py143 lib.LLVMMoveToNextSection(sections)
444 library.LLVMMoveToNextSection.argtypes = [c_object_p]
/external/llvm/lib/Object/
DObject.cpp95 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection() function