Home
last modified time | relevance | path

Searched refs:getDefaultDataLayoutForTarget (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h78 auto DL = JTMB.getDefaultDataLayoutForTarget(); in Create()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h74 auto DL = JTMB.getDefaultDataLayoutForTarget(); in Create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h69 Expected<DataLayout> getDefaultDataLayoutForTarget() { in getDefaultDataLayoutForTarget() function
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h81 auto DL = JTMB.getDefaultDataLayoutForTarget(); in Create()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h107 auto DL = JTMB.getDefaultDataLayoutForTarget(); in Create()
/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp48 auto DL = JTMB->getDefaultDataLayoutForTarget(); in Create()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h192 auto DL = JTMB.getDefaultDataLayoutForTarget(); in Create()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp863 else if (auto DLOrErr = S.JTMB->getDefaultDataLayoutForTarget()) in LLJIT()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT1.rst194 auto DL = JTMB->getDefaultDataLayoutForTarget();