Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h162 LLVM_ABI void disableDebugTypeODRUniquing();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp343 void LLVMContext::disableDebugTypeODRUniquing() { pImpl->DITypeMap.reset(); } in disableDebugTypeODRUniquing() function in LLVMContext