Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp192 void DebugInfoCheckFailed(const Twine &Message) { in DebugInfoCheckFailed() function
201 void DebugInfoCheckFailed(const Twine &Message, const T1 &V1, in DebugInfoCheckFailed() function
203 DebugInfoCheckFailed(Message); in DebugInfoCheckFailed()
477 do { if (!(C)) { DebugInfoCheckFailed(__VA_ARGS__); return; } } while (0)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp232 void DebugInfoCheckFailed(const Twine &Message) { in DebugInfoCheckFailed() function
241 void DebugInfoCheckFailed(const Twine &Message, const T1 &V1, in DebugInfoCheckFailed() function
243 DebugInfoCheckFailed(Message); in DebugInfoCheckFailed()
532 do { if (!(C)) { DebugInfoCheckFailed(__VA_ARGS__); return; } } while (false)