Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h44 struct PendingMCFixup { struct
48 PendingMCFixup(const MCSymbol *McSym, MCDataFragment *F, MCFixup McFixup) in PendingMCFixup() argument
51 SmallVector<PendingMCFixup, 2> PendingFixups;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp57 for (PendingMCFixup &PendingFixup : PendingFixups) { in resolvePendingFixups()