Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h151 LLVM_ABI bool shouldDiscardValueNames() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp330 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
H A DFunction.cpp491 if (!getContext().shouldDiscardValueNames()) in Function()
H A DValue.cpp333 !getContext().shouldDiscardValueNames() || isa<GlobalValue>(this); in setNameImpl()
H A DCore.cpp132 return unwrap(C)->shouldDiscardValueNames(); in LLVMContextShouldDiscardValueNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1256 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp80 if (Context.shouldDiscardValueNames()) in Run()