Home
last modified time | relevance | path

Searched refs:exitWithBugReport (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1265 void exitWithBugReport(StringRef Message,
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2886 BC->exitWithBugReport("function cannot be properly disassembled. " in disassembleFunctions()
2933 BC->exitWithBugReport("unable to fill CFI.", Function); in disassembleFunctions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2136 void BinaryContext::exitWithBugReport(StringRef Message, in exitWithBugReport() function in llvm::bolt::BinaryContext
H A DBinaryFunction.cpp2071 BC.exitWithBugReport("disassembly failed - inconsistent branch found.", in buildCFG()