Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp352 return pImpl->DiscardValueNames; in shouldDiscardValueNames()
367 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
H A DLLVMContextImpl.h1678 bool DiscardValueNames = false;
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp232 static cl::opt<bool> DiscardValueNames( variable
506 Context.setDiscardValueNames(DiscardValueNames); in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp154 static cl::opt<bool> DiscardValueNames( variable
390 Context.setDiscardValueNames(DiscardValueNames); in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp88 C.setDiscardValueNames(CGO.DiscardValueNames); in CodeGeneratorImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def70 CODEGENOPT(DiscardValueNames , 1, 0) ///< Discard Value Names from the IR (LLVMContext flag)
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4847 Res.getCodeGenOpts().DiscardValueNames &= in CreateFromArgsImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7551 MarshallingInfoFlag<CodeGenOpts<"DiscardValueNames">>;