Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp73 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
77 unsigned LabelLine = SourceManager->FindLineNumber(LastLabelLoc); in emitPrefixedInstruction()
124 LastLabelLoc = Loc; in emitLabel()
H A DPPCELFStreamer.h33 SMLoc LastLabelLoc; variable