Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp317 return pImpl->DiscardValueNames; in shouldDiscardValueNames()
332 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
H A DLLVMContextImpl.h1509 bool DiscardValueNames = false;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp143 static cl::opt<bool> DiscardValueNames( variable
368 Context.setDiscardValueNames(DiscardValueNames); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp85 C.setDiscardValueNames(CGO.DiscardValueNames); in CodeGeneratorImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp263 static cl::opt<bool> DiscardValueNames( variable
627 Context.setDiscardValueNames(DiscardValueNames); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def58 CODEGENOPT(DiscardValueNames , 1, 0) ///< Discard Value Names from the IR (LLVMContext flag)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4413 Res.getCodeGenOpts().DiscardValueNames &= in CreateFromArgsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5176 MarshallingInfoFlag<CodeGenOpts<"DiscardValueNames">>;