Searched refs:getStringRepresentation (Results 1 – 6 of 6) sorted by relevance
174 string = getStringRepresentation(bytes); in switchToStringRepresentation()244 private String getStringRepresentation(byte[] bytes) throws UnsupportedEncodingException in getStringRepresentation() method
58 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
225 const std::string &getStringRepresentation() const { in getStringRepresentation() function
207 return DL.getStringRepresentation();
67 See the method [llvm::DataLayout::getStringRepresentation]. *)
701 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()