/freebsd-src/contrib/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 | 162 printTypeIndex(StringRef FieldName,TypeIndex TI) const printTypeIndex() argument 166 printItemIndex(StringRef FieldName,TypeIndex TI) const printItemIndex() argument
|
H A D | SymbolDumper.cpp | 97 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 241 StringRef FieldName; member 277 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander() argument
|
H A D | TGParser.cpp | 2966 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); ParseValue() local 3455 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); ParseBodyItem() local
|
H A D | Record.cpp | 3093 getValueAsBitOrUnset(StringRef FieldName,bool & Unset) const getValueAsBitOrUnset() argument [all...] |
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo3.c | 864 ACPI_DM_GENERIC_ENTRY(FieldType,FieldName) global() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 169 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); ParseInitializerWithPotentialDesignator() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 556 for (const auto &FieldName : Key) { parseSearchIndex() local 702 for (const auto &FieldName : Fields) { run() local 806 std::string FieldName = std::string(Field.getName()); run() local [all...] |
H A D | SubtargetEmitter.cpp | 218 const StringRef FieldName = Feature->getValueAsString("FieldName"); in EmitSubtargetInfoMacroCalls() local 1837 StringRef FieldName = R->getValueAsString("FieldName"); ParseFeaturesFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 450 const char *FieldName) { in readPointerEncoding() 514 size_t PointerFieldOffset, const char *FieldName) { in getOrCreateEncodedPointerEdge()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 181 getArchiveMemberDecField(Twine FieldName, const StringRef RawField, in getArchiveMemberDecField() argument 199 getArchiveMemberOctField(Twine FieldName, const StringRef RawField, in getArchiveMemberOctField() argument
|
H A D | WasmObjectFile.cpp | 875 StringRef FieldName = readString(Ctx); parseProducersSection() local
|
/freebsd-src/stand/efi/include/Protocol/ |
H A D | Http.h | 221 CHAR8 *FieldName; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 332 llvm::StringRef FieldName = S.field(); printErrorContext() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 391 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType() argument 1403 StringInit *FieldName; // Field we are accessing variable 1891 isValueUnset(StringRef FieldName) isValueUnset() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 136 printTypeIndex(StringRef FieldName,TypeIndex TI) printTypeIndex() argument 657 printDataDirectory(uint32_t Index,const std::string & FieldName) printDataDirectory() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 485 void LVTypeVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI, in printTypeIndex() argument 727 void LVSymbolVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() argument 1744 void LVLogicalVisitor::printTypeIndex(StringRef FieldName, TypeInde argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3044 StringRef FieldName = Field->getName(); CreateTypeDefinition() local 4683 StringRef FieldName = Field->getName(); EmitDeclare() local 5231 StringRef FieldName = Field->getName(); CollectAnonRecordDecls() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3406 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local 3435 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
|
H A D | RewriteModernObjC.cpp | 4196 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local 4225 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 148 FieldName, in diagnoseSubMismatchField() enumerator
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 139 ShouldIgnoreArtificialField(llvm::StringRef FieldName) ShouldIgnoreArtificialField() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 227 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField() argument 7275 const StringRef FieldName = Split.first, FieldMember = Split.second; lookUpField() local
|