Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCObjectStreamer.h50 struct PendingMCFixup { struct
54 PendingMCFixup(const MCSymbol *McSym, MCDataFragment *F, MCFixup McFixup) in PendingMCFixup() argument
57 SmallVector<PendingMCFixup, 2> PendingFixups;
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCObjectStreamer.cpp114 for (PendingMCFixup &PendingFixup : PendingFixups) { in resolvePendingFixups()