Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp64 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp677 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
1046 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
1047 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
H A DOrcV2CBindings.cpp1152 return unwrap(J)->getDataLayout().getStringRepresentation().c_str(); in LLVMOrcLLJITGetDataLayoutStr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h246 const std::string &getStringRepresentation() const { in getStringRepresentation() function
H A DModule.h271 return DL.getStringRepresentation(); in getDataLayoutStr()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp550 return (*ExpectedTM)->createDataLayout().getStringRepresentation(); in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp562 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1333 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()