Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectStreamer.h43 struct PendingMCFixup { struct
47 PendingMCFixup(const MCSymbol *McSym, MCDataFragment *F, MCFixup McFixup) in PendingMCFixup() argument
50 SmallVector<PendingMCFixup, 2> PendingFixups;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp116 for (PendingMCFixup &PendingFixup : PendingFixups) { in resolvePendingFixups()