/openbsd-src/gnu/llvm/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 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() 166 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()
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 241 StringRef FieldName; member 277 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
H A D | TGParser.cpp | 2559 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseValue() local 3003 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseBodyItem() local
|
H A D | Record.cpp | 2841 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 553 for (const auto &FieldName : Key) { in parseSearchIndex() local 699 for (const auto &FieldName : Fields) { in run() local 787 std::string FieldName = std::string(Field.getName()); in run() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseInit.cpp | 168 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 461 const char *FieldName) { in readPointerEncoding() 525 size_t PointerFieldOffset, const char *FieldName) { in getOrCreateEncodedPointerEdge()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | Archive.cpp | 173 getArchiveMemberDecField(Twine FieldName, const StringRef RawField, in getArchiveMemberDecField() 191 getArchiveMemberOctField(Twine FieldName, const StringRef RawField, in getArchiveMemberOctField()
|
H A D | WasmObjectFile.cpp | 852 StringRef FieldName = readString(Ctx); in parseProducersSection() local
|
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomfwctrl.h | 31 #define GetIndexIntoMasterCmdTable(FieldName) \ argument 33 #define GetIndexIntoMasterDataTable(FieldName) \ argument
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/ |
H A D | command_table2.c | 46 #define GET_INDEX_INTO_MASTER_TABLE(MasterOrData, FieldName)\ argument
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | JSON.cpp | 330 llvm::StringRef FieldName = S.field(); in printErrorContext() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 400 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType() 1353 StringInit *FieldName; // Field we are accessing variable 1820 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 136 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() 655 const std::string &FieldName) { in printDataDirectory()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 1044 DeclarationName FieldName(II); in clang_Type_getOffsetOf() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2899 StringRef FieldName = Field->getName(); in CreateTypeDefinition() local 4538 StringRef FieldName = Field->getName(); in EmitDeclare() local 5042 StringRef FieldName = Field->getName(); in CollectAnonRecordDecls() local
|
/openbsd-src/gnu/llvm/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 | 4197 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local 4226 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 148 FieldName, in diagnoseSubMismatchField() enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 227 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField() 7307 const StringRef FieldName = Split.first, FieldMember = Split.second; in lookUpField() local
|
/openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1761 const char *FieldName = clang_getCString(FieldSpelling); in PrintTypeSize() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2560 enum FieldName { enum
|