HomeSort by relevance Sort by last modified time
    Searched defs:DwarfLocSeen (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 99 bool DwarfLocSeen;
235 /// dwarf .loc directive and sets DwarfLocSeen. When the next instruction
247 DwarfLocSeen = true;
249 void ClearDwarfLocSeen() { DwarfLocSeen = false; }
251 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /external/llvm/include/llvm/MC/
MCContext.h 142 bool DwarfLocSeen;
486 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
498 DwarfLocSeen = true;
500 void clearDwarfLocSeen() { DwarfLocSeen = false; }
502 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 145 bool DwarfLocSeen = false;
558 /// and sets DwarfLocSeen. When the next instruction is assembled an entry
570 DwarfLocSeen = true;
573 void clearDwarfLocSeen() { DwarfLocSeen = false; }
575 bool getDwarfLocSeen() { return DwarfLocSeen; }

Completed in 113 milliseconds