Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DLLVMContext.cpp317 return pImpl->DiscardValueNames; in shouldDiscardValueNames()
332 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
DLLVMContextImpl.h1510 bool DiscardValueNames = false;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
Dllc.cpp144 static cl::opt<bool> DiscardValueNames( variable
369 Context.setDiscardValueNames(DiscardValueNames); in main()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DModuleBuilder.cpp85 C.setDiscardValueNames(CGO.DiscardValueNames); in CodeGeneratorImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
Dopt.cpp263 static cl::opt<bool> DiscardValueNames( variable
627 Context.setDiscardValueNames(DiscardValueNames); in main()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def58 CODEGENOPT(DiscardValueNames , 1, 0) ///< Discard Value Names from the IR (LLVMContext flag)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp4411 Res.getCodeGenOpts().DiscardValueNames &= in CreateFromArgsImpl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td5236 MarshallingInfoFlag<CodeGenOpts<"DiscardValueNames">>;