Home
last modified time | relevance | path

Searched refs:shouldDiscardValueNames (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h144 bool shouldDiscardValueNames() const;
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp336 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
H A DValue.cpp319 if (getContext().shouldDiscardValueNames() && !isa<GlobalValue>(this)) in setNameImpl()
H A DFunction.cpp406 if (!getContext().shouldDiscardValueNames()) in Function()
H A DCore.cpp125 return unwrap(C)->shouldDiscardValueNames(); in LLVMContextShouldDiscardValueNames()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1083 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp70 if (Context.shouldDiscardValueNames()) in Run()