Home
last modified time | relevance | path

Searched refs:LLVMSectionIteratorRef (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm-c/
DObject.h38 typedef struct LLVMOpaqueSectionIterator *LLVMSectionIteratorRef; typedef
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 SI);
[all …]
/external/swiftshader/third_party/LLVM/include/llvm-c/
DObject.h34 typedef struct LLVMOpaqueSectionIterator *LLVMSectionIteratorRef; typedef
39 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);
40 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI);
42 LLVMSectionIteratorRef SI);
43 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);
44 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
45 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);
46 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
62 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
66 inline LLVMSectionIteratorRef
[all …]
/external/llvm/lib/Object/
DObject.cpp31 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
35 inline LLVMSectionIteratorRef
37 return reinterpret_cast<LLVMSectionIteratorRef> in wrap()
82 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections()
88 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
93 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
98 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
137 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()
144 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DObject.cpp29 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { in LLVMGetSections()
34 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
39 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
43 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
49 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()
56 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()
63 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents()
/external/llvm/tools/llvm-c-test/
Dobject.c23 LLVMSectionIteratorRef sect; in llvm_object_list_sections()
55 LLVMSectionIteratorRef sect; in llvm_object_list_symbols()