Home
last modified time | relevance | path

Searched refs:getStringRepresentation (Results 1 – 20 of 20) 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-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptExpressionOpts.cpp147 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/external/llvm/lib/Target/
DTarget.cpp70 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/external/llvm-project/llvm/lib/Target/
DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
DLLJITWithThinLTOSummaries.cpp212 if (!M.getDataLayout().getStringRepresentation().empty()) in main()
/external/clang/lib/CodeGen/
DBackendUtil.cpp783 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()
784 if (DLDesc != TDesc.getStringRepresentation()) { in EmitBackendOutput()
788 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation(); in EmitBackendOutput()
/external/llvm/include/llvm/IR/
DDataLayout.h222 const std::string &getStringRepresentation() const { in getStringRepresentation() function
DModule.h225 return DL.getStringRepresentation();
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp929 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
1136 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
1137 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h248 const std::string &getStringRepresentation() const { in getStringRepresentation() function
DModule.h241 return DL.getStringRepresentation(); in getDataLayoutStr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h240 const std::string &getStringRepresentation() const { in getStringRepresentation() function
DModule.h233 return DL.getStringRepresentation(); in getDataLayoutStr()
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli67 See the method [llvm::DataLayout::getStringRepresentation]. *)
/external/llvm-project/llvm/bindings/ocaml/target/
Dllvm_target.mli66 See the method [llvm::DataLayout::getStringRepresentation]. *)
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp1583 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()
1584 if (DLDesc != TDesc.getStringRepresentation()) { in EmitBackendOutput()
1588 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation(); in EmitBackendOutput()
/external/llvm-project/llvm/tools/llc/
Dllc.cpp481 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp502 target_info->getDataLayout().getStringRepresentation().c_str()); in ClangExpressionParser()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp4124 this->dataLayout = dataLayout.getStringRepresentation(); in LLVMLoweringPass()