Home
last modified time | relevance | path

Searched refs:ProcessExpr (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h171 ProcessExpr) = 0;
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h108 std::function<void(StringRef, SmallVectorImpl<uint8_t> &)> ProcessExpr)
DDWARFLinker.h176 ProcessExpr) = 0;
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp404 std::function<void(StringRef, SmallVectorImpl<uint8_t> &)> ProcessExpr) { in emitLocationsForUnit() argument
457 ProcessExpr(Input, Buffer); in emitLocationsForUnit()
DDWARFLinker.cpp2203 auto ProcessExpr = [&](StringRef Bytes, in cloneAllCompileUnits() local
2213 Emitter->emitLocationsForUnit(*CurrentUnit, DwarfContext, ProcessExpr); in cloneAllCompileUnits()