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

Declarations

include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  405   MachineInstrBuilder buildGlobalValue(const DstOp &Res, const GlobalValue *GV);

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 2125     EntryBuilder->buildGlobalValue(Reg, GV);
lib/Target/Mips/MipsCallLowering.cpp
  576         MIRBuilder.buildGlobalValue(CalleeReg, Info.Callee.getGlobal());