Home
last modified time | relevance | path

Searched refs:getModifierText (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp35 const char *CSKYConstantPoolValue::getModifierText() const { in getModifierText() function in CSKYConstantPoolValue
70 O << "(" << getModifierText() << ")"; in print()
H A DCSKYConstantPoolValue.h60 const char *getModifierText() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp53 StringRef ARMConstantPoolValue::getModifierText() const { in getModifierText() function in ARMConstantPoolValue
108 if (Modifier) O << "(" << getModifierText() << ")"; in print()
H A DARMConstantPoolValue.h99 StringRef getModifierText() const;