Searched refs:Name (Results 476 - 500 of 2071) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Dgot.d7 Tag Type Name/Value
23 Offset Info Type Sym.Value Sym. Name \+ Addend
28 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dtls-gd-v1.d8 Tag Type Name/Value
24 Offset Info Type Sym.Value Sym. Name \+ Addend
29 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dtls-gd.d7 Tag Type Name/Value
23 Offset Info Type Sym.Value Sym. Name \+ Addend
28 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dtls-ld-v1.d8 Tag Type Name/Value
24 Offset Info Type Sym.Value Sym. Name \+ Addend
28 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dtls-ld.d7 Tag Type Name/Value
23 Offset Info Type Sym.Value Sym. Name \+ Addend
27 Offset Info Type Sym.Value Sym. Name \+ Addend
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c3 * Module Name: dtexpress.c - Support for integer expressions and labels
59 char *Name);
338 Info = DtGetGenericTableInfo (GenericField->Name);
390 * PARAMETERS: Name - Label to be resolved
401 char *Name)
408 if (*Name == '$')
410 Name++;
418 if (!strcmp (Name, LabelField->Value))
400 DtLookupLabel( char *Name) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp37 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
39 if (auto EC = visitKnownRecord<Name>(Record, Callbacks)) \
43 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) \
H A DTypeIndex.cpp19 StringRef Name; member in struct:__anon1762::SimpleTypeEntry
83 return SimpleTypeName.Name.drop_back(1);
86 return SimpleTypeName.Name;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCocoaConventions.cpp25 StringRef Name) {
37 if (Name.empty())
46 return Name.startswith(Prefix);
24 isRefType(QualType RetTy, StringRef Prefix, StringRef Name) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h42 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
44 codeview::Name &Record) override;
45 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueSymbolTable.h70 /// This method finds the value with the given \p Name in the
72 /// @returns the value associated with the \p Name
74 Value *lookup(StringRef Name) const { return vmap.lookup(Name); }
119 ValueName *createValueName(StringRef Name, Value *V);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h88 /// Visit a category. This associates the category \c ID to a \c Name.
89 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) { argument
93 /// Visit a flag. This associates the flag's \c ID to a \c Name.
94 virtual std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) { argument
105 /// Visit a filename. This associates the file's \c ID to a \c Name.
108 StringRef Name) {
106 visitFilenameRecord(unsigned ID, unsigned Size, unsigned Timestamp, StringRef Name) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h65 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
66 Error visitKnownRecord(CVSymbol &CVR, Name &Record) override { \
69 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFFImportFile.h75 std::string Name; member in struct:llvm::object::COFFShortExport
96 return L.Name == R.Name && L.ExtName == R.ExtName &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp52 void llvm::set_thread_name(const Twine &Name) {} argument
54 void llvm::get_thread_name(SmallVectorImpl<char> &Name) { Name.clear(); } argument
H A DStringExtras.cpp62 void llvm::printEscapedString(StringRef Name, raw_ostream &Out) { argument
63 for (unsigned i = 0, e = Name.size(); i != e; ++i) {
64 unsigned char C = Name[i];
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h30 StringInit *Name; member in struct:llvm::LetRecord
35 : Name(N), Bits(B), Value(V), Loc(L) {
96 Init *getVar(StringRef Name) const {
97 auto It = vars.find(Name);
101 return parent->getVar(Name);
105 bool varAlreadyDefined(StringRef Name) const {
110 return vars.find(Name) != vars.end();
113 void addVar(StringRef Name, Init *I) { argument
114 bool Ins = vars.insert(std::make_pair(std::string(Name), I)).second;
121 Record Rec; // Placeholder for template args and Name
126 MultiClass(StringRef Name, SMLoc Loc, RecordKeeper &Records) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInst.cpp88 void MCInst::dump_pretty(raw_ostream &OS, StringRef Name, StringRef Separator, argument
93 if (!Name.empty())
94 OS << ' ' << Name; local
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dderef.c57 char *Name = "stdin"; variable
75 Name = "stdin";
79 Name = *argv;
177 Me, Name, Line);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win_dll_thunk.cc26 #define INTERFACE_FUNCTION(Name) INTERCEPT_SANITIZER_FUNCTION(Name)
27 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/crypto/external/bsd/openssl/
H A Dmkpc41 Name: ${NAME}
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DSparc.h33 const char *getSparcAsmModeForCPU(llvm::StringRef Name,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp25 CheckerNameRef CheckerBase::getCheckerName() const { return Name; }
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.h56 std::string Name; member in struct:clang::refactor::TestSelectionRangesInFile::RangeGroup
/netbsd-current/external/mit/libuv/
H A Dmkpc20 Name: libuv

Completed in 342 milliseconds

<<11121314151617181920>>