Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
H A DTypeDumpVisitor.cpp163 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex()
167 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
H A DSymbolDumper.cpp97 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h42 const IdentifierInfo *FieldName; member
115 static Designator CreateFieldDesignator(const IdentifierInfo *FieldName, in CreateFieldDesignator()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp241 StringRef FieldName; member
277 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
H A DTGParser.cpp2972 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseValue() local
3461 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseBodyItem() local
H A DRecord.cpp3093 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c881 #define ACPI_DM_GENERIC_ENTRY(FieldType, FieldName) \ argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp171 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp607 for (const auto &FieldName : Key) { in parseSearchIndex() local
755 for (const auto &FieldName : Fields) { in run() local
862 std::string FieldName = std::string(Field.getName()); in run() local
H A DARMTargetDefEmitter.cpp59 auto gatherSubtargetFeatureFieldValues = [&RK](StringRef FieldName) { in EmitARMTargetDef()
H A DSubtargetEmitter.cpp218 const StringRef FieldName = Feature->getValueAsString("FieldName"); in EmitSubtargetInfoMacroCalls() local
1912 StringRef FieldName = R->getValueAsString("FieldName"); in ParseFeaturesFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp461 readPointerEncoding(BinaryStreamReader & R,Block & InBlock,const char * FieldName) readPointerEncoding() argument
525 getOrCreateEncodedPointerEdge(ParseContext & PC,const BlockEdgeMap & BlockEdges,uint8_t PointerEncoding,BinaryStreamReader & RecordReader,Block & BlockToFix,size_t PointerFieldOffset,const char * FieldName) getOrCreateEncodedPointerEdge() argument
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp181 getArchiveMemberDecField(Twine FieldName, const StringRef RawField, in getArchiveMemberDecField()
199 getArchiveMemberOctField(Twine FieldName, const StringRef RawField, in getArchiveMemberOctField()
H A DWasmObjectFile.cpp957 StringRef FieldName = readString(Ctx); in parseProducersSection() local
/freebsd/stand/efi/include/Protocol/
H A DHttp.h221 CHAR8 *FieldName; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp328 llvm::StringRef FieldName = S.field(); in printErrorContext() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h391 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType()
1403 StringInit *FieldName; // Field we are accessing variable
1891 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp137 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
658 const std::string &FieldName) { in printDataDirectory()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp485 void LVTypeVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI, in printTypeIndex()
727 void LVSymbolVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex()
1744 void LVLogicalVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI, in printTypeIndex()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3170 StringRef FieldName = Field->getName(); in CreateTypeDefinition() local
4836 StringRef FieldName = Field->getName(); in EmitDeclare() local
5366 StringRef FieldName = Field->getName(); in CollectAnonRecordDecls() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp148 FieldName, in diagnoseSubMismatchField() enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4195 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
4224 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp227 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField()
7276 const StringRef FieldName = Split.first, FieldMember = Split.second; in lookUpField() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp141 static bool ShouldIgnoreArtificialField(llvm::StringRef FieldName) { in ShouldIgnoreArtificialField()

12