reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
  122     BB = nullptr;
  126   BasicBlock *GetInsertBlock() const { return BB; }
  133     BB = TheBB;
  134     InsertPt = BB->end();
  140     BB = I->getParent();
  142     assert(InsertPt != BB->end() && "Can't read debug loc from end()");
  149     BB = TheBB;
  259     assert(BB && "Must have a basic block to set any function attributes!");
  261     Function *F = BB->getParent();
  846     this->InsertHelper(I, Name, BB, InsertPt);
 1585     const DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
 2440     Module *M = BB->getParent()->getParent();
 2468     Module *M = BB->getParent()->getParent();
 2540     Module *M = BB->getParent()->getParent();
 2559     Module *M = BB->getParent()->getParent();
 2583     Module *M = BB->getParent()->getParent();
lib/IR/IRBuilder.cpp
   46   Module &M = *BB->getParent()->getParent();
   57   assert(BB && BB->getParent() && "No current function!");
   57   assert(BB && BB->getParent() && "No current function!");
   58   return BB->getParent()->getReturnType();
   69   BB->getInstList().insert(InsertPt, BCI);
  106   Module *M = BB->getParent()->getParent();
  136   Module *M = BB->getParent()->getParent();
  168   Module *M = BB->getParent()->getParent();
  209   Module *M = BB->getParent()->getParent();
  248   Module *M = BB->getParent()->getParent();
  285   Module *M = BB->getParent()->getParent();
  410   Module *M = BB->getParent()->getParent();
  426   Module *M = BB->getParent()->getParent();
  446   Module *M = BB->getParent()->getParent();
  457   Module *M = BB->getParent()->getParent();
  509   Module *M = BB->getParent()->getParent();
  709  Module *M = BB->getParent()->getParent();
  722  Module *M = BB->getParent()->getParent();
  736   Module *M = BB->getModule();
  745   Module *M = BB->getModule();
  755   Module *M = BB->getModule();
tools/clang/lib/CodeGen/CGBuilder.h
  181     const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
  201     const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
  219     const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
  234     const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
  260     const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
  308     const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();