Home
last modified time | relevance | path

Searched refs:SetDataLayout (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp124 auto SetDataLayout = [](StringRef) -> Optional<std::string> { in main() local
132 InputFilename, Err, Context, nullptr, SetDataLayout); in main()
135 nullptr, SetDataLayout); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp491 auto SetDataLayout = in compileModule() local
528 M = MIR->parseIRModule(SetDataLayout); in compileModule()
530 M = parseIRFile(InputFilename, Err, Context, SetDataLayout); in compileModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp642 auto SetDataLayout = [](StringRef) -> Optional<std::string> { in main() local
650 InputFilename, Err, Context, nullptr, SetDataLayout) in main()
653 M = parseIRFile(InputFilename, Err, Context, SetDataLayout); in main()