Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp65 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp711 dbgs() << DL->getStringRepresentation() << "\n"; in prepareForConstruction()
1079 M.getDataLayout().getStringRepresentation() + " (module) vs " + in applyDataLayout()
1080 DL.getStringRepresentation() + " (jit)", in applyDataLayout()
H A DOrcV2CBindings.cpp1152 return unwrap(J)->getDataLayout().getStringRepresentation().c_str(); in LLVMOrcLLJITGetDataLayoutStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h246 const std::string &getStringRepresentation() const { in getStringRepresentation() function
H A DModule.h289 return DL.getStringRepresentation(); in getDataLayoutStr()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp559 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp550 return (*ExpectedTM)->createDataLayout().getStringRepresentation(); in optMain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1346 std::string DLDesc = M->getDataLayout().getStringRepresentation(); in EmitBackendOutput()