Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h115 std::function<void(StringRef, SmallVectorImpl<uint8_t> &)> ProcessExpr)
H A DDWARFLinker.h167 ProcessExpr) = 0;
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp445 std::function<void(StringRef, SmallVectorImpl<uint8_t> &)> ProcessExpr) { in emitLocationsForUnit() argument
498 ProcessExpr(Input, Buffer); in emitLocationsForUnit()
H A DDWARFLinker.cpp2203 auto ProcessExpr = [&](StringRef Bytes, in cloneAllCompileUnits() local
2213 Emitter->emitLocationsForUnit(*CurrentUnit, DwarfContext, ProcessExpr); in cloneAllCompileUnits()