Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp147 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp561 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
795 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
796 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
H A DOrcV2CBindings.cpp934 return unwrap(J)->getDataLayout().getStringRepresentation().c_str(); in LLVMOrcLLJITGetDataLayoutStr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h249 const std::string &getStringRepresentation() const { in getStringRepresentation() function
H A DModule.h249 return DL.getStringRepresentation(); in getDataLayoutStr()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp521 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1667 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()