Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h113 std::function<void(StringRef, SmallVectorImpl<uint8_t> &)> ProcessExpr)
H A DDWARFLinker.h165 ProcessExpr) = 0;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp421 std::function<void(StringRef, SmallVectorImpl<uint8_t> &)> ProcessExpr) { in emitLocationsForUnit() argument
477 ProcessExpr(Input, Buffer); in emitLocationsForUnit()
H A DDWARFLinker.cpp2304 auto ProcessExpr = [&](StringRef Bytes, in cloneAllCompileUnits() local
2314 Emitter->emitLocationsForUnit(*CurrentUnit, DwarfContext, ProcessExpr); in cloneAllCompileUnits()