Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTarget.cpp70 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
DTarget.cpp69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp681 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
930 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
931 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
DOrcV2CBindings.cpp1196 return unwrap(J)->getDataLayout().getStringRepresentation().c_str(); in LLVMOrcLLJITGetDataLayoutStr()
/external/llvm/include/llvm/IR/
DDataLayout.h222 const std::string &getStringRepresentation() const { in getStringRepresentation() function
DModule.h225 return DL.getStringRepresentation();
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDataLayout.h253 const std::string &getStringRepresentation() const { in getStringRepresentation() function
DModule.h250 return DL.getStringRepresentation(); in getDataLayoutStr()
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli67 See the method [llvm::DataLayout::getStringRepresentation]. *)