Exemplo n.º 1
0
 public bool SectionContainsSymbol(SymbolIterator sym) => LLVM.GetSectionContainsSymbol(this.Unwrap(), sym.Unwrap());
Exemplo n.º 2
0
 public bool IsSymbolIteratorAtEnd(SymbolIterator si) => LLVM.IsSymbolIteratorAtEnd(this.Unwrap(), si.Unwrap());
Exemplo n.º 3
0
 public void MoveToContainingSection(SymbolIterator sym) => LLVM.MoveToContainingSection(this.Unwrap(), sym.Unwrap());