From 9b96c44ad8a6e68f108b2d8058cbb47158733620 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 6 Sep 2002 21:55:13 +0000 Subject: [PATCH] Added subsections to 'Basic Inspection and Traversal Routines': * Iterating over the BasicBlocks in a Function * Iterating over the Instructions in a BasicBlock * Turning an iterator into a class pointer * Finding call sites: a more complex example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3606 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 183 ++++++++++++++++++++++++++++++++++-- 1 file changed, 175 insertions(+), 8 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index fe93c4ac19f..083c9c934fa 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -24,6 +24,7 @@ in a BasicBlock
  • Turning an iterator into a class pointer +
  • Finding call sites: a more complex example
  • Making simple changes --> -
  • The Core LLVM Class Heirarchy Reference +
  • The Core LLVM Class Hierarchy Reference