/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
H A D | TypeDumpVisitor.cpp | 163 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() 167 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
|
H A D | SymbolDumper.cpp | 97 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Designator.h | 42 const IdentifierInfo *FieldName; member 115 static Designator CreateFieldDesignator(const IdentifierInfo *FieldName, in CreateFieldDesignator()
|
/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 241 StringRef FieldName; global() member 277 addFieldExpander(StringRef ClassName,StringRef FieldName) addFieldExpander() argument
|
H A D | TGParser.cpp | 2972 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); ParseValue() local 3461 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); ParseBodyItem() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | DesignatedInitializers.cpp | 82 llvm::StringRef FieldName; in append() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 171 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp |
|
H A D | SearchableTableEmitter.cpp | 578 for (const auto &FieldName : Key) { parseSearchIndex() local 726 for (const auto &FieldName : Fields) { run() local 832 std::string FieldName = std::string(Field.getName()); run() local [all...] |
H A D | SubtargetEmitter.cpp | 218 const StringRef FieldName = Feature->getValueAsString("FieldName"); EmitSubtargetInfoMacroCalls() local 1912 StringRef FieldName = R->getValueAsString("FieldName"); ParseFeaturesFunction() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | InefficientVectorOperationCheck.cpp | 233 llvm::StringRef FieldName = ProtoAddFieldCall->getMethodDecl()->getName(); in check() local
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 450 readPointerEncoding(BinaryStreamReader & R,Block & InBlock,const char * FieldName) readPointerEncoding() argument 514 getOrCreateEncodedPointerEdge(ParseContext & PC,const BlockEdgesInfo & BlockEdges,uint8_t PointerEncoding,BinaryStreamReader & RecordReader,Block & BlockToFix,size_t PointerFieldOffset,const char * FieldName) getOrCreateEncodedPointerEdge() argument
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 52 const Twine &FieldName) { in checkNumberFits() 62 static Error checkNumberFits(uint32_t Number, const Twine &FieldName) { in checkNumberFits() 68 static Error checkSignedNumberFits(uint32_t Number, const Twine &FieldName, in checkSignedNumberFits() 85 static Error checkRCInt(RCInt Number, const Twine &FieldName) { in checkRCInt() 91 static Error checkIntOrString(IntOrString Value, const Twine &FieldName) { in checkIntOrString()
|
/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 181 getArchiveMemberDecField(Twine FieldName,const StringRef RawField,const Archive * Parent,const AbstractArchiveMemberHeader * MemHeader) getArchiveMemberDecField() argument 199 getArchiveMemberOctField(Twine FieldName,const StringRef RawField,const Archive * Parent,const AbstractArchiveMemberHeader * MemHeader) getArchiveMemberOctField() argument
|
H A D | WasmObjectFile.cpp | 954 StringRef FieldName = readString(Ctx); in parseProducersSection() local
|
/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 328 llvm::StringRef FieldName = S.field(); in printErrorContext() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 391 getFieldType(StringInit * FieldName) getFieldType() argument 1403 StringInit *FieldName; // Field we are accessing global() variable 1891 isValueUnset(StringRef FieldName) isValueUnset() argument [all...] |
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 137 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() argument 658 const std::string &FieldName) { in printDataDirectory() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 485 printTypeIndex(StringRef FieldName,TypeIndex TI,uint32_t StreamIdx) const printTypeIndex() argument 727 printTypeIndex(StringRef FieldName,TypeIndex TI) const printTypeIndex() argument 1744 printTypeIndex(StringRef FieldName,TypeIndex TI,uint32_t StreamIdx) printTypeIndex() argument [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 1039 DeclarationName FieldName(II); clang_Type_getOffsetOf() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3170 StringRef FieldName = Field->getName(); CreateTypeDefinition() local 4836 StringRef FieldName = Field->getName(); EmitDeclare() local 5366 StringRef FieldName = Field->getName(); CollectAnonRecordDecls() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3406 std::string FieldName = (*I)->getNameAsString(); SynthesizeBlockImpl() local 3435 std::string FieldName = (*I)->getNameAsString(); SynthesizeBlockImpl() local [all...] |
H A D | RewriteModernObjC.cpp | 4195 std::string FieldName = (*I)->getNameAsString(); SynthesizeBlockImpl() local 4224 std::string FieldName = (*I)->getNameAsString(); SynthesizeBlockImpl() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 148 FieldName, in diagnoseSubMismatchField() enumerator
|