public bool SectionContainsSymbol(SymbolIterator sym) => LLVM.GetSectionContainsSymbol(this.Unwrap(), sym.Unwrap());
Exemple #2
0
 public bool IsSymbolIteratorAtEnd(SymbolIterator si) => LLVM.IsSymbolIteratorAtEnd(this.Unwrap(), si.Unwrap());
 public void MoveToContainingSection(SymbolIterator sym) => LLVM.MoveToContainingSection(this.Unwrap(), sym.Unwrap());