Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp148 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTarget.cpp70 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h229 const std::string &getStringRepresentation() const { in getStringRepresentation() function
H A DModule.h232 return DL.getStringRepresentation(); in getDataLayoutStr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1323 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()
1324 if (DLDesc != TDesc.getStringRepresentation()) { in EmitBackendOutput()
1328 Diags.Report(DiagID) << DLDesc << TDesc.getStringRepresentation(); in EmitBackendOutput()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp355 target_info->getDataLayout().getStringRepresentation().c_str()); in ClangExpressionParser()