Searched defs:getGOT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp47 const PseudoSourceValue *PseudoSourceValue::getGOT() function in class:PseudoSourceValue
85 if (this == getGOT() ||
95 this == getGOT() ||
104 if (this == getGOT() ||
H A DMachineInstr.cpp357 MachinePointerInfo MachinePointerInfo::getGOT() { function in class:MachinePointerInfo
358 return MachinePointerInfo(PseudoSourceValue::getGOT());

Completed in 300 milliseconds