Searched refs:Name (Results 276 - 300 of 2071) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr19636-2f.d7 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
12 +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
16 +Num: +Value +Size Type +Bind +Vis +Ndx Name
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_activation.cpp34 #define ASAN_ACTIVATION_FLAG(Type, Name) \
35 RegisterFlag(parser, #Name, "", &f->Name);
36 #define COMMON_ACTIVATION_FLAG(Type, Name) \
37 RegisterFlag(parser, #Name, "", &cf->Name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp91 Module::createRNG(const StringRef Name) const {
92 SmallString<32> Salt(Name);
113 GlobalValue *Module::getNamedValue(StringRef Name) const {
114 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
119 unsigned Module::getMDKindID(StringRef Name) const {
120 return Context.getMDKindID(Name);
143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, argument
146 GlobalValue *F = getNamedValue(Name);
150 DL.getProgramAddressSpace(), Name);
167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionTyp argument
189 getGlobalVariable(StringRef Name, bool AllowLocal) const argument
204 getOrInsertGlobal( StringRef Name, Type *Ty, function_ref<GlobalVariable *()> CreateGlobalCallback) argument
225 getOrInsertGlobal(StringRef Name, Type *Ty) argument
[all...]
H A DMangler.cpp37 StringRef Name = GVName.toStringRef(TmpData); local
38 assert(!Name.empty() && "getNameWithPrefix requires non-empty name");
42 if (Name[0] == '\1') {
43 OS << Name.substr(1);
47 if (DL.doNotMangleLeadingQuestionMark() && Name[0] == '?')
59 OS << Name; local
137 StringRef Name = GV->getName(); local
146 if (Name.startswith("\01") ||
147 (DL.doNotMangleLeadingQuestionMark() && Name.startswith("?")))
162 getNameWithPrefixImpl(OS, Name, PrefixT
192 canBeUnquotedInDirective(StringRef Name) argument
[all...]
H A DOptBisect.cpp35 static void printPassMessage(const StringRef &Name, int PassNum, argument
39 << "(" << PassNum << ") " << Name << " on " << TargetDesc << "\n";
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp76 uint64_t getMainBinarySymbolAddress(StringRef Name);
215 const char *Name; member in struct:DarwinStabName
237 for (unsigned i = 0; DarwinStabNames[i].Name; i++) {
239 return DarwinStabNames[i].Name;
310 const char *Name = &MainBinaryStrings.data()[StringIndex]; local
311 if (Name && Name[0])
312 OS << " '" << Name << "'"; local
408 const char *Name = &MainBinaryStrings.data()[StringIndex]; local
412 return switchToNewDebugMapObject(Name, sy
497 Expected<StringRef> Name = Sym.getName(); local
526 getMainBinarySymbolAddress(StringRef Name) argument
587 StringRef Name = *NameOrErr; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h108 const Twine &Name, Instruction *InsertBefore);
110 const Twine &Name, BasicBlock *InsertAtEnd);
125 const Twine &Name = Twine(),
133 const Twine &Name,
140 static UnaryOperator *Create##OPC(Value *V, const Twine &Name = "") {\
141 return Create(Instruction::OPC, V, Name);\
145 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \
147 return Create(Instruction::OPC, V, Name, BB);\
151 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \
153 return Create(Instruction::OPC, V, Name,
292 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
298 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
311 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
317 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
330 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
336 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
[all...]
H A DGlobalIFunc.h37 const Twine &Name, Constant *Resolver, Module *Parent);
46 LinkageTypes Linkage, const Twine &Name,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp108 StringRef Name = getDIEStringAttr(Die, dwarf::DW_AT_name); local
109 LLVM_DEBUG(dbgs() << "... adding context: " << Name << "\n");
110 if (!Name.empty())
111 addString(Name);
135 const DIE &Entry, StringRef Name) {
150 addString(Name);
190 StringRef Name = getDIEStringAttr(Entry, dwarf::DW_AT_name); local
191 if (!Name.empty()) {
192 hashShallowTypeReference(Attribute, Entry, Name);
221 StringRef Name local
134 hashShallowTypeReference(dwarf::Attribute Attribute, const DIE &Entry, StringRef Name) argument
346 hashNestedType(const DIE &Die, StringRef Name) argument
374 StringRef Name = getDIEStringAttr(C, dwarf::DW_AT_name); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.h135 bool validateAsmConstraint(const char *&Name,
143 switch (*Name) {
159 StringRef S(Name);
162 Name++;
185 Name = S.data() - 1;
194 Name = S.data() - 1;
226 Name = S.data() - 1;
265 bool isValidCPUName(StringRef Name) const override {
267 return llvm::AMDGPU::parseArchAMDGCN(Name) != llvm::AMDGPU::GK_NONE;
268 return llvm::AMDGPU::parseArchR600(Name) !
[all...]
H A DRISCV.cpp66 const char *&Name, TargetInfo::ConstraintInfo &Info) const {
67 switch (*Name) {
92 if (Name[1] == 'r' || Name[1] == 'm') {
94 Name += 1;
335 bool RISCV32TargetInfo::isValidCPUName(StringRef Name) const {
336 return llvm::RISCV::checkCPUKind(llvm::RISCV::parseCPUKind(Name),
345 bool RISCV32TargetInfo::isValidTuneCPUName(StringRef Name) const {
347 llvm::RISCV::parseTuneCPUKind(Name, false),
356 bool RISCV64TargetInfo::isValidCPUName(StringRef Name) cons
65 validateAsmConstraint( const char *&Name, TargetInfo::ConstraintInfo &Info) const argument
[all...]
H A DBPF.cpp37 bool BPFTargetInfo::isValidCPUName(StringRef Name) const {
38 return llvm::find(ValidCPUNames, Name) != std::end(ValidCPUNames);
/netbsd-current/lib/libtelnet/
H A Dauth.c84 static const char *Name = "Noname"; variable
152 Name = name;
162 Name,
167 Name, ap->type, ap->way);
299 Name, ap->type, ap->way);
333 printf(">>>%s: auth_send called!\r\n", Name);
339 printf(">>>%s: auth_send got:", Name);
364 Name, *auth_send_data);
371 Name, auth_send_data[0],
381 Name, *auth_send_dat
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.h28 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h19 #define FORMAT_CASE(Value, Name) \
21 Stream << Name; \
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h52 static inline int MCLOHNameToId(StringRef Name) { argument
53 #define MCLOHCaseNameToId(Name) .Case(#Name, MCLOH_ ## Name)
54 return StringSwitch<int>(Name)
68 #define MCLOHCaseIdToName(Name) case MCLOH_ ## Name: return StringRef(#Name);
H A DMCSymbolCOFF.h30 MCSymbolCOFF(const StringMapEntry<bool> *Name, bool isTemporary) argument
31 : MCSymbol(SymbolKindCOFF, Name, isTemporary) {}
H A DMCSymbolWasm.h37 MCSymbolWasm(const StringMapEntry<bool> *Name, bool isTemporary) argument
38 : MCSymbol(SymbolKindWasm, Name, isTemporary) {}
95 void setImportModule(StringRef Name) { ImportModule = Name; } argument
103 void setImportName(StringRef Name) { ImportName = Name; } argument
107 void setExportName(StringRef Name) { ExportName = Name; } argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp142 GCStrategy *GCModuleInfo::getGCStrategy(const StringRef Name) { argument
144 auto NMI = GCStrategyMap.find(Name);
149 if (Name == Entry.getName()) {
151 S->Name = std::string(Name);
152 GCStrategyMap[Name] = S.get();
163 const std::string error = ("unsupported GC: " + Name).str() +
167 report_fatal_error(std::string("unsupported GC: ") + Name);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DOrc.h97 LLVMOrcSymbolStringPoolEntryRef Name; member in struct:__anon1618
111 LLVMOrcSymbolStringPoolEntryRef Name; member in struct:__anon1619
156 LLVMOrcSymbolStringPoolEntryRef Name; member in struct:__anon1623
164 * Name field.
365 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name);
412 * Name is a name for this MaterializationUnit to be used for identification
418 * Name fields of the array elements are taken to have been retained for this
443 const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs Syms,
453 * This function takes ownership of the elements of the Syms array. The Name
484 const char *Name);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h46 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name) argument
47 : SV(std::move(SV)), BufferName(std::string(Name)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp129 DwarfStringPoolEntryRef Name) {
130 Namespaces.emplace_back(Name, Die);
134 DwarfStringPoolEntryRef Name,
136 ObjC.emplace_back(Name, Die, SkipPubSection);
140 DwarfStringPoolEntryRef Name,
142 Pubnames.emplace_back(Name, Die, SkipPubSection);
146 DwarfStringPoolEntryRef Name,
149 Pubtypes.emplace_back(Name, Die, QualifiedNameHash, ObjcClassImplementation);
128 addNamespaceAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name) argument
133 addObjCAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, bool SkipPubSection) argument
139 addNameAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, bool SkipPubSection) argument
145 addTypeAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name, bool ObjcClassImplementation, uint32_t QualifiedNameHash) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.cpp16 SymbolOccurrence::SymbolOccurrence(const SymbolName &Name, OccurrenceKind Kind, argument
19 ArrayRef<std::string> NamePieces = Name.getNamePieces();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionELF.cpp22 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name, argument
27 return MAI.shouldOmitSectionDirective(Name);
30 static void printName(raw_ostream &OS, StringRef Name) { argument
31 if (Name.find_first_not_of("0123456789_."
33 "ABCDEFGHIJKLMNOPQRSTUVWXYZ") == Name.npos) {
34 OS << Name; local
38 for (const char *B = Name.begin(), *E = Name.end(); B < E; ++B) {

Completed in 413 milliseconds

<<11121314151617181920>>