Home
last modified time | relevance | path

Searched defs:Bugs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/docs/
H A DFuzzingLLVM.rst262 .. _OSS Fuzz: https://github.com/google/oss-fuzz
263 .. _LLVM project issue list:
265 .. _LLVM on OSS Fuzz:
267 .. _llvm-bugs mailing list:
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp382 checkFunctions(const DebugFnMap & DIFunctionsBefore,const DebugFnMap & DIFunctionsAfter,StringRef NameOfWrappedPass,StringRef FileNameFromCU,bool ShouldWriteIntoJSON,llvm::json::Array & Bugs) checkFunctions() argument
426 checkInstructions(const DebugInstMap & DILocsBefore,const DebugInstMap & DILocsAfter,const WeakInstValueMap & InstToDelete,StringRef NameOfWrappedPass,StringRef FileNameFromCU,bool ShouldWriteIntoJSON,llvm::json::Array & Bugs) checkInstructions() argument
484 checkVars(const DebugVarMap & DIVarsBefore,const DebugVarMap & DIVarsAfter,StringRef NameOfWrappedPass,StringRef FileNameFromCU,bool ShouldWriteIntoJSON,llvm::json::Array & Bugs) checkVars() argument
516 writeJSON(StringRef OrigDIVerifyBugsReportFilePath,StringRef FileNameFromCU,StringRef NameOfWrappedPass,llvm::json::Array & Bugs) writeJSON() argument
637 llvm::json::Array Bugs; checkDebugInfoMetadata() local
[all...]