Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h187 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() function
DThinLTOCodeGenerator.h211 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() function
/openbsd/src/gnu/llvm/llvm/tools/lto/
Dlto.cpp156 CG->setFreestanding(EnableFreestanding); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
525 CodeGen->setFreestanding(EnableFreestanding); in thinlto_create_codegen()
/openbsd/src/gnu/llvm/llvm/tools/llvm-lto/
Dllvm-lto.cpp606 ThinGenerator.setFreestanding(EnableFreestanding); in ThinLTOProcessing()
1016 CodeGen.setFreestanding(EnableFreestanding); in main()