Searched refs:Name (Results 376 - 400 of 2071) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68k/
H A Dgot-multigot-12-13-14-34-35-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dgot-multigot-14-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dgot-negative-12-13-14-34-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dgot-negative-14-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dgot-single-12-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dgot-xgot-12-13-14-15-34-35-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dgot-xgot-15-ok.d6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-size-1.d8 Offset Info Type Sym.Value Sym. Name \+ Addend
20 Offset Info Type Sym.Value Sym. Name \+ Addend
H A Dx86-64-size-3.d8 Offset Info Type Sym.Value Sym. Name \+ Addend
17 Offset Info Type Sym.Value Sym. Name \+ Addend
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dsize-1.d7 Offset Info Type Sym.Value Sym. Name
19 Offset Info Type Sym.Value Sym. Name
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacoutput.h3 * Name: acoutput.h -- debug output
216 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
222 #define ACPI_MODULE_NAME(Name)
276 * The Name parameter should be the procedure name as a non-quoted string.
281 #define ACPI_FUNCTION_NAME(Name) static const char _AcpiFunctionName[] = #Name;
286 #define ACPI_FUNCTION_NAME(Name)
364 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \
365 ACPI_FUNCTION_NAME (Name) \
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/parser/
H A Dpsutils.c3 * Module Name: psutils - Parser miscellaneous utilities (Parser only)
79 ScopeOp->Named.Name = ACPI_ROOT_NAME;
109 (AcpiPsGetOpcodeInfo (Opcode))->Name,
273 return (Op->Named.Name);
293 Op->Named.Name = name;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cc31 #define INTERFACE_FUNCTION(Name)
32 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc53 #define INTERFACE_FUNCTION(Name)
54 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp52 auto Name = Strings.getStringForID(Entry.second.FileNI);
53 if (!Name)
54 return Name.takeError();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolVisitorCallbackPipeline.h60 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \
61 Error visitKnownRecord(CVSymbol &CVR, Name &Record) override { \
68 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
H A DTypeDeserializer.h84 #define TYPE_RECORD(EnumName, EnumVal, Name) \
85 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override { \
86 return visitKnownRecordImpl<Name##Record>(CVR, Record); \
88 #define MEMBER_RECORD(EnumName, EnumVal, Name)
89 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
90 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
136 #define TYPE_RECORD(EnumName, EnumVal, Name)
137 #define MEMBER_RECORD(EnumName, EnumVal, Name) \
138 Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override { \
139 return visitKnownMemberImpl<Name##Recor
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp78 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType, local
80 if (Name) {
81 SymbolicOp.AddSymbol.Name = Name;
169 if (SymbolicOp.AddSymbol.Name) {
170 StringRef Name(SymbolicOp.AddSymbol.Name);
171 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name);
184 if (SymbolicOp.SubtractSymbol.Name) {
185 StringRef Name(SymbolicO
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win_dynamic_runtime_thunk.cc29 #define INTERFACE_FUNCTION(Name)
30 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc51 #define INTERFACE_FUNCTION(Name)
52 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h34 : FunctionPass(ID), Name(GraphName) {}
56 ViewGraph(Graph, Name, IsSimple, Title);
67 std::string Name; member in class:llvm::DOTGraphTraitsViewer
76 : FunctionPass(ID), Name(GraphName) {}
95 std::string Filename = Name + "." + F.getName().str() + ".dot";
119 std::string Name; member in class:llvm::DOTGraphTraitsPrinter
128 : ModulePass(ID), Name(GraphName) {}
134 ViewGraph(Graph, Name, IsSimple, Title);
145 std::string Name; member in class:llvm::DOTGraphTraitsModuleViewer
154 : ModulePass(ID), Name(GraphNam
181 std::string Name; member in class:llvm::DOTGraphTraitsModulePrinter
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h46 // The storage of Name is owned by MCContext's WasmUniquingMap.
48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, argument
50 : MCSection(SV_Wasm, Name, K, Begin), UniqueID(UniqueID), Group(Group),
56 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DODRHash.h84 void AddTemplateName(TemplateName Name);
85 void AddDeclarationName(DeclarationName Name, bool TreatAsDecl = false);
95 void AddDeclarationNameImpl(DeclarationName Name);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTool.h34 const char *Name; member in class:clang::driver::Tool
43 Tool(const char *Name, const char *ShortName, const ToolChain &TC);
48 const char *getName() const { return Name; }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h43 StringRef Name; member in struct:llvm::SSAUpdaterBulk::RewriteInfo
46 RewriteInfo(StringRef &N, Type *T) : Name(N), Ty(T){};
63 unsigned AddVariable(StringRef Name, Type *Ty);

Completed in 194 milliseconds

<<11121314151617181920>>