Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ !
H A DPPCELFStreamer.cpp70 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
74 unsigned LabelLine = SourceManager->FindLineNumber(LastLabelLoc); in emitPrefixedInstruction()
122 LastLabelLoc = Loc; in emitLabel()
H A DPPCELFStreamer.h31 SMLoc LastLabelLoc; variable