Searched refs:UseNewFormat (Results 1 – 3 of 3) sorted by relevance
242 void setIsNewDbgInfoFormat(bool UseNewFormat) { in setIsNewDbgInfoFormat() argument243 if (UseNewFormat && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()245 else if (!UseNewFormat && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat()
794 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat);
431 void LLVMSetIsNewDbgInfoFormat(LLVMModuleRef M, LLVMBool UseNewFormat) { in LLVMSetIsNewDbgInfoFormat() argument432 unwrap(M)->setIsNewDbgInfoFormat(UseNewFormat); in LLVMSetIsNewDbgInfoFormat()