Searched defs:IsStmt (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 45 uint16_t IsStmt : 1; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 176 uint8_t IsStmt : 1, member
|
/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 131 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt}); in recordCVLoc() argument
|
H A D | MCObjectStreamer.cpp | 496 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
|
H A D | MCStreamer.cpp | 321 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
|
H A D | MCAsmStreamer.cpp | 1801 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 26 SourceLocation StartLoc, bool IsStmt) { in diagnoseConstructAppertainment() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3905 uint64_t IsStmt = 0; parseDirectiveCVLoc() local
|
H A D | MasmParser.cpp | 5175 uint64_t IsStmt = 0; parseDirectiveCVLoc() local
|