Home
last modified time | relevance | path

Searched refs:WarnCallback (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp26 std::function<void(Error)> WarnCallback) { in extract() argument
37 WarnCallback(createStringError(errc::invalid_argument, in extract()
DDWARFContext.cpp259 static auto WarnCallback = [](Error Warn) { in dumpAddrSection() local
269 AddrSize, WarnCallback)) { in dumpAddrSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAddr.h60 std::function<void(Error)> WarnCallback);