HomeSort by relevance Sort by last modified time
    Searched refs:getStringRepresentation (Results 1 - 25 of 38) sorted by null

1 2

  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 174 string = getStringRepresentation(bytes);
244 private String getStringRepresentation(byte[] bytes) throws UnsupportedEncodingException
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 49 std::string StringRep = unwrap(TD)->getStringRepresentation();
TargetData.cpp 375 std::string TargetData::getStringRepresentation() const {
  /external/llvm/lib/Target/
Target.cpp 70 std::string StringRep = unwrap(TD)->getStringRepresentation();
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 151 /// getStringRepresentation - Return the string representation of the
154 std::string getStringRepresentation() const;
  /external/llvm/include/llvm/IR/
DataLayout.h 222 const std::string &getStringRepresentation() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 217 const std::string &getStringRepresentation() const {
Module.h 208 /// equivalent to getDataLayout()->getStringRepresentation().
210 return DL.getStringRepresentation();
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 783 std::string DLDesc = M->getDataLayout().getStringRepresentation();
784 if (DLDesc != TDesc.getStringRepresentation()) {
788 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation();
    [all...]
  /frameworks/compile/libbcc/lib/
Compiler.cpp 334 if (dl.getStringRepresentation().compare(X86_DEFAULT_DL_STRING) != 0) {
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 67 See the method [llvm::DataLayout::getStringRepresentation]. *)

Completed in 865 milliseconds

1 2