Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp212 if (!M.getDataLayout().getStringRepresentation().empty()) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp952 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
1163 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
1164 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli66 See the method [llvm::DataLayout::getStringRepresentation]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp520 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1660 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()