Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
DCSKYConstantPoolValue.cpp35 const char *CSKYConstantPoolValue::getModifierText() const { in getModifierText() function in CSKYConstantPoolValue
70 O << "(" << getModifierText() << ")"; in print()
DCSKYConstantPoolValue.h60 const char *getModifierText() const;
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp49 const char *ARMConstantPoolValue::getModifierText() const { in getModifierText() function in ARMConstantPoolValue
100 if (Modifier) O << "(" << getModifierText() << ")"; in print()
DARMConstantPoolValue.h92 const char *getModifierText() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp53 StringRef ARMConstantPoolValue::getModifierText() const { in getModifierText() function in ARMConstantPoolValue
108 if (Modifier) O << "(" << getModifierText() << ")"; in print()
DARMConstantPoolValue.h101 StringRef getModifierText() const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp53 StringRef ARMConstantPoolValue::getModifierText() const { in getModifierText() function in ARMConstantPoolValue
108 if (Modifier) O << "(" << getModifierText() << ")"; in print()
DARMConstantPoolValue.h99 StringRef getModifierText() const;