Searched defs:IsStmt (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 45 uint16_t IsStmt : 1; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 176 uint8_t IsStmt : 1, member
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 134 recordCVLoc(MCContext & Ctx,const MCSymbol * Label,unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt) recordCVLoc() argument
|
H A D | MCObjectStreamer.cpp | 582 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
|
H A D | MCStreamer.cpp | 322 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
|
H A D | MCAsmStreamer.cpp | 1797 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3912 uint64_t IsStmt = 0; parseDirectiveCVLoc() local
|
H A D | MasmParser.cpp | 5174 uint64_t IsStmt = 0; parseDirectiveCVLoc() local
|