Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp486 const MCSymbol *CurrentAtom = nullptr; in finishImpl() local
490 CurrentAtom = Symbol; in finishImpl()
491 cast<MCSectionMachO>(Sec).setAtom(I++, CurrentAtom); in finishImpl()