Searched refs:MDBoolField (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3766 struct MDBoolField : public MDFieldImpl<bool> { struct 3767 MDBoolField(bool Default = false) : ImplTy(Default) {} in MDBoolField() argument 4109 bool LLParser::ParseMDField(LocTy Loc, StringRef Name, MDBoolField &Result) { in ParseMDField() 4307 OPTIONAL(isImplicitCode, MDBoolField, (false)); in ParseDILocation() 4360 OPTIONAL(isUnsigned, MDBoolField, (false)); in ParseDIEnumerator() 4531 OPTIONAL(isOptimized, MDBoolField, ); \ in ParseDICompileUnit() 4542 OPTIONAL(splitDebugInlining, MDBoolField, = true); \ in ParseDICompileUnit() 4543 OPTIONAL(debugInfoForProfiling, MDBoolField, = false); \ in ParseDICompileUnit() 4545 OPTIONAL(debugBaseAddress, MDBoolField, = false); in ParseDICompileUnit() 4575 OPTIONAL(isLocal, MDBoolField, ); \ in ParseDISubprogram() [all …]
|