Searched refs:getStringRepresentation (Results 1 – 13 of 13) sorted by relevance
174 string = getStringRepresentation(bytes); in switchToStringRepresentation()244 private String getStringRepresentation(byte[] bytes) throws UnsupportedEncodingException in getStringRepresentation() method
49 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
375 std::string TargetData::getStringRepresentation() const { in getStringRepresentation() function in TargetData
70 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
154 std::string getStringRepresentation() const;
783 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()784 if (DLDesc != TDesc.getStringRepresentation()) { in EmitBackendOutput()788 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation(); in EmitBackendOutput()
222 const std::string &getStringRepresentation() const { in getStringRepresentation() function
225 return DL.getStringRepresentation();
229 const std::string &getStringRepresentation() const { in getStringRepresentation() function
230 return DL.getStringRepresentation(); in getDataLayoutStr()
67 See the method [llvm::DataLayout::getStringRepresentation]. *)