Searched defs:LLVMSectionIteratorRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm-c/
H A DObject.h38 typedef struct LLVMOpaqueSectionIterator *LLVMSectionIteratorRef; typedef in typeref:struct:LLVMOpaqueSectionIterator
47 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);
48 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI);
50 LLVMSectionIteratorRef SI);
51 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);
52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
63 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
65 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef S
[all...]

Completed in 1145 milliseconds