Searched refs:MipsCallEntry (Results 1 – 2 of 2) sorted by relevance
28 MipsCallEntry::MipsCallEntry(StringRef N) { in MipsCallEntry() function in MipsCallEntry35 MipsCallEntry::MipsCallEntry(const GlobalValue *V) { in MipsCallEntry() function in MipsCallEntry41 bool MipsCallEntry::isConstant(const MachineFrameInfo *) const { in isConstant()45 bool MipsCallEntry::isAliased(const MachineFrameInfo *) const { in isAliased()49 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { in mayAlias()53 void MipsCallEntry::printCustom(raw_ostream &O) const { in printCustom()120 std::unique_ptr<const MipsCallEntry> &E = ExternalCallEntries[Name]; in callPtrInfo()123 E = llvm::make_unique<MipsCallEntry>(Name); in callPtrInfo()129 std::unique_ptr<const MipsCallEntry> &E = GlobalCallEntries[Val]; in callPtrInfo()132 E = llvm::make_unique<MipsCallEntry>(Val); in callPtrInfo()
35 class MipsCallEntry : public PseudoSourceValue {37 explicit MipsCallEntry(StringRef N);38 explicit MipsCallEntry(const GlobalValue *V);147 StringMap<std::unique_ptr<const MipsCallEntry>> ExternalCallEntries;148 ValueMap<const GlobalValue *, std::unique_ptr<const MipsCallEntry>>