Searched refs:FieldName (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, argument
103 Printer.printHex(FieldName, TypeName, TI.getIndex());
105 Printer.printHex(FieldName, TI.getIndex());
H A DTypeDumpVisitor.cpp161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { argument
162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes);
165 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { argument
166 codeview::printTypeIndex(*W, FieldName, TI, getSourceTypes());
H A DSymbolDumper.cpp54 void printTypeIndex(StringRef FieldName, TypeIndex TI);
99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { argument
100 codeview::printTypeIndex(W, FieldName, TI, Types);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h38 void printTypeIndex(StringRef FieldName, TypeIndex TI) const;
40 void printItemIndex(StringRef FieldName, TypeIndex TI) const;
H A DTypeIndex.h277 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h114 /// FieldName in the Record to get the set elements. That is all that is
121 void addFieldExpander(StringRef ClassName, StringRef FieldName);
H A DRecord.h402 virtual RecTy *getFieldType(StringInit *FieldName) const {
453 RecTy *getFieldType(StringInit *FieldName) const override;
1201 RecTy *getFieldType(StringInit *FieldName) const override;
1266 StringInit *FieldName; // Field we are accessing
1269 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) { function
1273 << ", got FieldName = " << *FieldName
1291 StringInit *getFieldName() const { return FieldName; }
1300 return Rec->getAsString() + "." + FieldName->getValue().str();
1624 Init *getValueInit(StringRef FieldName) cons
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1431 RecTy *TypedInit::getFieldType(StringInit *FieldName) const {
1434 if (RecordVal *Field = Rec->getValue(FieldName))
1610 RecTy *DefInit::getFieldType(StringInit *FieldName) const {
1611 if (const RecordVal *RV = Def->getValue(FieldName))
1762 return FieldInit::get(NewRec, FieldName)->Fold(R.getCurrentRecord());
1772 FieldName->getAsUnquotedString() + "' of '" +
1774 Init *FieldVal = Def->getValue(FieldName)->getValue();
1783 Init *FieldVal = DI->getDef()->getValue(FieldName)->getValue();
2199 Init *Record::getValueInit(StringRef FieldName) const {
2200 const RecordVal *R = getValue(FieldName);
[all...]
H A DSetTheory.cpp242 StringRef FieldName; member in struct:__anon3829::FieldExpander
244 FieldExpander(StringRef fn) : FieldName(fn) {}
247 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { argument
279 addExpander(ClassName, std::make_unique<FieldExpander>(FieldName));
H A DTGParser.cpp2175 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); local
2176 if (!Result->getFieldType(FieldName)) {
2181 Result = FieldInit::get(Result, FieldName)->Fold(CurRec);
2578 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); local
2589 RecordVal *Field = CurRec->getValue(FieldName);
2591 return TokError("Value '" + FieldName->getValue() + "' unknown!");
2606 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp552 for (const auto &FieldName : Key) {
553 const GenericField *Field = Table.getFieldByName(FieldName);
556 "' refers to non-existing field '" + FieldName +
684 for (const auto &FieldName : Fields) {
685 Table->Fields.emplace_back(FieldName);
687 if (auto TypeOfVal = TableRec->getValue(("TypeOf_" + FieldName).str())) {
691 "' has bad 'TypeOf_" + FieldName +
763 std::string FieldName = std::string(Field.getName()); local
767 if (FieldName.find(':') != std::string::npos ||
768 FieldName
[all...]
/freebsd-13-stable/stand/efi/include/Protocol/
H A DHttp.h222 CHAR8 *FieldName; member in struct:__anon7929
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp169 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); local
172 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
185 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
/freebsd-13-stable/stand/efi/libefi/
H A Defihttp.c476 headers[0].FieldName = (CHAR8 *)"Host";
478 headers[1].FieldName = (CHAR8 *)"Connection";
480 headers[2].FieldName = (CHAR8 *)"Accept";
550 if (strcasecmp((const char *)message.Headers[i].FieldName,
554 else if (strcasecmp((const char *)message.Headers[i].FieldName,
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c746 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \
747 {{FieldType, 0, FieldName, 0}, ACPI_DMT_TERMINATOR}
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp116 void printDataDirectory(uint32_t Index, const std::string &FieldName);
133 void printTypeIndex(StringRef FieldName, TypeIndex TI) { argument
135 codeview::printTypeIndex(Writer, FieldName, TI, Types);
613 const std::string &FieldName) {
617 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
618 W.printHex(FieldName + "Size", Data->Size);
612 printDataDirectory(uint32_t Index, const std::string &FieldName) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp706 StringRef FieldName = readString(Ctx); local
707 if (!FieldsSeen.insert(FieldName).second)
712 if (FieldName == "language") {
714 } else if (FieldName == "processed-by") {
716 } else if (FieldName == "sdk") {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4201 std::string FieldName = (*I)->getNameAsString(); local
4202 std::string ArgName = "_" + FieldName;
4220 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4224 S += FieldName + ";\n";
4230 std::string FieldName = (*I)->getNameAsString(); local
4231 std::string ArgName = "_" + FieldName;
4234 RewriteByRefString(TypeString, FieldName, (*I));
4236 FieldName = TypeString + FieldName;
4240 S += FieldName
[all...]
H A DRewriteObjC.cpp3413 std::string FieldName = (*I)->getNameAsString(); local
3414 std::string ArgName = "_" + FieldName;
3432 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3436 S += FieldName + ";\n";
3442 std::string FieldName = (*I)->getNameAsString(); local
3443 std::string ArgName = "_" + FieldName;
3446 RewriteByRefString(TypeString, FieldName, (*I));
3448 FieldName = TypeString + FieldName;
3452 S += FieldName
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2670 StringRef FieldName = Field->getName();
2673 if (FieldName.empty())
2739 FieldTy = DBuilder.createObjCIVar(FieldName, FieldDefUnit, FieldLine,
4218 StringRef FieldName = Field->getName(); local
4221 if (FieldName.empty() && !isa<RecordType>(Field->getType()))
4227 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize,
4584 StringRef FieldName = Field->getName(); local
4587 if (FieldName.empty()) {
4595 DContext, FieldName, LinkageName, Unit, LineNo, FieldTy,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp130 FieldInfo &addField(StringRef FieldName, FieldType FT);
333 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT) { argument
334 if (!FieldName.empty())
335 FieldsByName[FieldName] = Fields.size();
6574 const StringRef FieldName = Split.first, FieldMember = Split.second; local
6576 auto StructIt = Structs.find(FieldName.lower());
6580 auto FieldIt = Structure.FieldsByName.find(FieldName.lower());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2281 enum FieldName { enum in struct:__anon3446::ExtAddrMode
2297 FieldName compare(const ExtAddrMode &other) {
2332 return static_cast<FieldName>(Result);
2345 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) {
2360 void SetCombinedField(FieldName Field, Value *V,
3295 ExtAddrMode::FieldName DifferentField = ExtAddrMode::NoField;
3336 ExtAddrMode::FieldName ThisDifferentField =
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16300 // Note that FieldName may be null for anonymous bitfields.
16302 IdentifierInfo *FieldName,
16320 if (FieldName)
16322 << FieldName << FieldTy << BitWidth->getSourceRange();
16344 if (Value == 0 && FieldName)
16345 return Diag(FieldLoc, diag::err_bitfield_has_zero_width) << FieldName;
16348 if (FieldName)
16350 << FieldName << Value.toString(10);
16370 if (FieldName)
16372 << FieldName << (unsigne
16301 VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName, QualType FieldTy, bool IsMsStruct, Expr *BitWidth, bool *ZeroWidth) argument
[all...]
H A DSemaInit.cpp2513 IdentifierInfo *FieldName = D->getFieldName();
2514 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
2539 << FieldName;
2550 DeclarationNameInfo(FieldName, D->getFieldLoc()),
2556 << FieldName << CurrentObjectType);
2562 << FieldName << CurrentObjectType;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4953 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, argument
4956 Field.NameOrField = reinterpret_cast<uintptr_t>(FieldName) | 0x01;

Completed in 411 milliseconds

12