HomeSort by relevance Sort by last modified time
    Searched refs:BaseLabel (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCDwarf.cpp 529 MCSymbol *BaseLabel);
666 MCSymbol *BaseLabel) {
674 if (BaseLabel && Label) {
676 if (ThisSym != BaseLabel) {
678 streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym);
679 BaseLabel = ThisSym;
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 72 MCSymbol *BaseLabel = 0;
89 if (BaseLabelPtr && Label && BaseLabel != Label) {
93 BaseLabel = Label;

Completed in 27 milliseconds