Searched refs:MipsCallEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp26 // class MipsCallEntry.
27 MipsCallEntry::MipsCallEntry(const StringRef &N) { function in class:MipsCallEntry
34 MipsCallEntry::MipsCallEntry(const GlobalValue *V) { function in class:MipsCallEntry
40 bool MipsCallEntry::isConstant(const MachineFrameInfo *) const {
44 bool MipsCallEntry::isAliased(const MachineFrameInfo *) const {
48 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const {
52 void MipsCallEntry::printCustom(raw_ostream &O) const {
53 O << "MipsCallEntry
[all...]
H A DMipsMachineFunction.h33 class MipsCallEntry : public PseudoSourceValue { class in namespace:llvm
35 explicit MipsCallEntry(const StringRef &N);
36 explicit MipsCallEntry(const GlobalValue *V);
129 /// MipsCallEntry maps.
130 StringMap<const MipsCallEntry *> ExternalCallEntries;
131 ValueMap<const GlobalValue *, const MipsCallEntry *> GlobalCallEntries;

Completed in 107 milliseconds