Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp447 const MCSymbol *CurrentAtom = nullptr; in finishImpl() local
451 CurrentAtom = Symbol; in finishImpl()
452 cast<MCSectionMachO>(Sec).setAtom(I++, CurrentAtom); in finishImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h191 uint64_t CurrentAtom = 0; member
H A DCGDebugInfo.cpp164 KeyInstructionsInfo.CurrentAtom); in addInstToCurrentSourceAtom()
203 KeyInstructionsInfo.CurrentAtom = 0; in completeFunction()
209 OriginalAtom = DI->KeyInstructionsInfo.CurrentAtom; in ApplyAtomGroup()
210 DI->KeyInstructionsInfo.CurrentAtom = DI->KeyInstructionsInfo.NextAtom++; in ApplyAtomGroup()
222 DI->KeyInstructionsInfo.CurrentAtom = OriginalAtom; in ~ApplyAtomGroup()