Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h188 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() function
H A DThinLTOCodeGenerator.h211 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp612 ThinGenerator.setFreestanding(EnableFreestanding); in ThinLTOProcessing()
1037 CodeGen.setFreestanding(EnableFreestanding); in main()