Home
last modified time | relevance | path

Searched refs:getObjectFormatTypeName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DTriple.cpp556 static const char *getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName() function
850 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
865 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1072 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()
1077 return setEnvironmentName(getObjectFormatTypeName(Kind)); in setObjectFormat()
1080 getObjectFormatTypeName(Kind)).str()); in setObjectFormat()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp578 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName() function
875 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
890 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1097 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()
1102 return setEnvironmentName(getObjectFormatTypeName(Kind)); in setObjectFormat()
1105 getObjectFormatTypeName(Kind)).str()); in setObjectFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp608 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName() function
914 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
929 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1138 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()
1143 return setEnvironmentName(getObjectFormatTypeName(Kind)); in setObjectFormat()
1146 getObjectFormatTypeName(Kind)).str()); in setObjectFormat()