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.h145 bool shouldDiscardValueNames() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp351 bool LLVMContext::shouldDiscardValueNames() const { in shouldDiscardValueNames() function in LLVMContext
H A DValue.cpp320 !getContext().shouldDiscardValueNames() || isa<GlobalValue>(this); in setNameImpl()
H A DFunction.cpp491 if (!getContext().shouldDiscardValueNames()) in Function()
H A DCore.cpp129 return unwrap(C)->shouldDiscardValueNames(); in LLVMContextShouldDiscardValueNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1147 if (Context.shouldDiscardValueNames()) { in createMIRParser()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp84 if (Context.shouldDiscardValueNames()) in Run()