Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp144 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp212 if (!M.getDataLayout().getStringRepresentation().empty()) in main()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp681 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
930 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
931 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
H A DOrcV2CBindings.cpp1196 return unwrap(J)->getDataLayout().getStringRepresentation().c_str(); in LLVMOrcLLJITGetDataLayoutStr()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h253 const std::string &getStringRepresentation() const { in getStringRepresentation() function
H A DModule.h250 return DL.getStringRepresentation(); in getDataLayoutStr()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli66 See the method [llvm::DataLayout::getStringRepresentation]. *)
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp558 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp787 return TM->createDataLayout().getStringRepresentation(); in parseReducerWorkItem()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1273 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()