Home
last modified time | relevance | path

Searched refs:disableDebugTypeODRUniquing (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h156 void disableDebugTypeODRUniquing();
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp364 void LLVMContext::disableDebugTypeODRUniquing() { pImpl->DITypeMap.reset(); } in disableDebugTypeODRUniquing() function in LLVMContext