Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp332 return pImpl->DiscardValueNames; in shouldDiscardValueNames()
347 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
H A DLLVMContextImpl.h1547 bool DiscardValueNames = false;
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp157 static cl::opt<bool> DiscardValueNames( variable
397 Context.setDiscardValueNames(DiscardValueNames); in main()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp88 C.setDiscardValueNames(CGO.DiscardValueNames); in CodeGeneratorImpl()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp233 static cl::opt<bool> DiscardValueNames( variable
577 Context.setDiscardValueNames(DiscardValueNames); in main()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def59 CODEGENOPT(DiscardValueNames , 1, 0) ///< Discard Value Names from the IR (LLVMContext flag)
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4500 Res.getCodeGenOpts().DiscardValueNames &= in CreateFromArgsImpl()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5718 MarshallingInfoFlag<CodeGenOpts<"DiscardValueNames">>;