• Home
  • Raw
  • Download

Lines Matching defs:SI

30 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) {  in unwrap()
35 wrap(const section_iterator *SI) { in wrap()
40 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap()
45 wrap(const symbol_iterator *SI) { in wrap()
50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
55 wrap(const relocation_iterator *SI) { in wrap()
71 section_iterator SI = unwrap(ObjectFile)->begin_sections(); in LLVMGetSections() local
75 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()
80 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()
84 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()
98 symbol_iterator SI = unwrap(ObjectFile)->begin_symbols(); in LLVMGetSymbols() local
102 void LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI) { in LLVMDisposeSymbolIterator()
107 LLVMSymbolIteratorRef SI) { in LLVMIsSymbolIteratorAtEnd()
111 void LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI) { in LLVMMoveToNextSymbol()
118 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()
125 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()
132 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents()
139 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI) { in LLVMGetSectionAddress()
146 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
156 relocation_iterator SI = (*unwrap(Section))->begin_relocations(); in LLVMGetRelocations() local
160 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) { in LLVMDisposeRelocationIterator()
165 LLVMRelocationIteratorRef SI) { in LLVMIsRelocationIteratorAtEnd()
169 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) { in LLVMMoveToNextRelocation()
178 const char *LLVMGetSymbolName(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolName()
185 uint64_t LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolAddress()
192 uint64_t LLVMGetSymbolFileOffset(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolFileOffset()
199 uint64_t LLVMGetSymbolSize(LLVMSymbolIteratorRef SI) { in LLVMGetSymbolSize()