Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp114 for (PendingMCFixup &PendingFixup : PendingFixups) { in resolvePendingFixups()
147 PendingFixups.clear(); in resolvePendingFixups()
842 PendingFixups.emplace_back( in emitRelocDirective()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h57 SmallVector<PendingMCFixup, 2> PendingFixups; variable