Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h298 enableDebugTypeODRUniquing(); in LTOLLVMContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h155 void enableDebugTypeODRUniquing();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp357 void LLVMContext::enableDebugTypeODRUniquing() { in enableDebugTypeODRUniquing() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp506 Context.enableDebugTypeODRUniquing(); in main()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp135 Context.enableDebugTypeODRUniquing(); in LTOCodeGenerator()
H A DThinLTOCodeGenerator.cpp1170 Context.enableDebugTypeODRUniquing(); in run()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp508 Context.enableDebugTypeODRUniquing(); in optMain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1066 VMContext->enableDebugTypeODRUniquing(); in loadModule()