Home
last modified time | relevance | path

Searched refs:getStringRepresentation (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DUtf8Constant.java174 string = getStringRepresentation(bytes); in switchToStringRepresentation()
244 private String getStringRepresentation(byte[] bytes) throws UnsupportedEncodingException in getStringRepresentation() method
/external/llvm/lib/Target/
DTarget.cpp58 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/external/llvm/include/llvm/IR/
DDataLayout.h225 const std::string &getStringRepresentation() const { in getStringRepresentation() function
DModule.h207 return DL.getStringRepresentation();
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli67 See the method [llvm::DataLayout::getStringRepresentation]. *)
/external/clang/lib/CodeGen/
DBackendUtil.cpp701 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()