• Home
  • Raw
  • Download

Lines Matching defs:SI

32   section_iterator SI = unwrap(ObjectFile)->begin_sections();  in LLVMGetSections()  local
36 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
41 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
45 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
59 symbol_iterator SI = unwrap(ObjectFile)->begin_symbols(); in LLVMGetSymbols() local
63 void LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI) { in LLVMDisposeSymbolIterator()
68 LLVMSymbolIteratorRef SI) { in LLVMIsSymbolIteratorAtEnd()
72 void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI) { in LLVMMoveToNextSymbol()
79 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()
86 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()
93 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents()
100 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress()
107 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
117 relocation_iterator SI = (*unwrap(Section))->begin_relocations(); in LLVMGetRelocations() local
121 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) { in LLVMDisposeRelocationIterator()
126 LLVMRelocationIteratorRef SI) { in LLVMIsRelocationIteratorAtEnd()
130 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) { in LLVMMoveToNextRelocation()
139 const char *LLVMGetSymbolName(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolName()
146 uint64_t LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolAddress()
153 uint64_t LLVMGetSymbolFileOffset(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolFileOffset()
160 uint64_t LLVMGetSymbolSize(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolSize()