/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap-2.d | 3 #name: MIPS DWARF-2 location information with branch swapping (2) 35 The File Name Table \(offset 0x.*\): 36 Entry Dir Time Size Name
|
micromips@loc-swap-2.d | 3 #name: MIPS DWARF-2 location information with branch swapping (2) 35 The File Name Table \(offset 0x.*\): 36 Entry Dir Time Size Name
|
mips16-dwarf2-n32.d | 2 #name: MIPS16 DWARF2 N32 7 *Offset * Info * Type * Sym\.Value * Sym\. Name \+ Addend 14 *Offset * Info * Type * Sym\.Value * Sym\. Name \+ Addend
|
mips16-dwarf2.d | 2 #name: MIPS16 DWARF2 7 *Offset * Info * Type * Sym\.Value * Sym\. Name 14 *Offset * Info * Type * Sym\.Value * Sym\. Name
|
mips16@loc-swap-2.d | 3 #name: MIPS DWARF-2 location information with branch swapping (2) 35 The File Name Table \(offset 0x.*\): 36 Entry Dir Time Size Name
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-13.d | 16 Tag[ ]+Type[ ]+Name/Value 30 Offset[ ]+Info[ ]+Type[ ]+Sym\.Value Sym\. Name \+ Addend
|
libdso-2.d | 33 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name 40 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 84 // name strings have a lifetime that keeps them alive at least until the path 87 StringRef Name; 89 explicit CheckName(StringRef Name) : Name(Name) {} 93 StringRef getName() const { return Name; } 115 void setCurrentCheckName(CheckName name) { CurrentCheckName = name; } 144 checker->Name = CurrentCheckName; 159 checker->Name = CurrentCheckName [all...] |
/external/clang/lib/Basic/ |
FileManager.cpp | 38 /// represent a dir name that doesn't exist on the disk. 103 /// \brief Retrieve the directory that the given file name resides in. 141 UDE->Name = NamedDirEnt.first().data(); 184 // Get the null-terminated directory name as stored as the key of the 207 UDE.Name = InterndDirName; 231 // Get the null-terminated file name as stored as the key of the 271 // If the name returned by getStatValue is different than Filename, re-intern 272 // the name. 273 if (Data.Name != Filename) { 275 *SeenFileEntries.insert(std::make_pair(Data.Name, nullptr)).first [all...] |
/external/llvm/include/llvm/MC/ |
MCContext.h | 111 /// The file name of the log file from the environment variable 125 /// The main file name if passed in explicitly. 218 MCSymbol *createSymbolImpl(const StringMapEntry<bool> *Name, 220 MCSymbol *createSymbol(StringRef Name, bool AlwaysAddSuffix, 243 /// \name Module Lifetime Management 252 /// \name Symbol Management 256 /// unspecified name. 260 /// unspecified name. 263 MCSymbol *createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, 274 /// Lookup the symbol inside with the specified \p Name. If it exists [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.cpp | 138 const char *Name = nullptr; 149 Name = File.c_str(); 152 Name = AttributeValueString(attr, *Val); 154 if (Name) 155 WithColor(OS, Color) << Name; 170 if (const char *Name = DIE.getName(RefU, DINameKind::LinkageName)) 171 OS << " \"" << Name << '\"'; 389 // Try to get mangled name only if it was asked for. 391 if (const char *name = 393 return name; [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldImpl.h | 54 /// Name - section name. 55 std::string Name; 82 SectionEntry(StringRef name, uint8_t *address, size_t size, 84 : Name(name), Address(address), Size(size), 92 StringRef getName() const { return Name; } 272 // modules. This map is indexed by symbol name. 449 uint8_t* getSymbolLocalAddress(StringRef Name) const { 452 RTDyldSymbolTable::const_iterator pos = GlobalSymbolTable.find(Name); [all...] |
/external/llvm/tools/llvm-config/ |
llvm-config.cpp | 42 // AvailableComponent entries, which record the component name, library name, 52 /// \param Name - The component to traverse. 58 /// library name. 59 static void VisitComponent(const std::string& Name, 66 AvailableComponent *AC = ComponentMap.lookup(Name); 67 assert(AC && "Invalid component name!"); 87 RequiredLibs.push_back(Name); 119 ComponentMap[AC->Name] = AC; 127 // Validate that the user supplied a valid component name [all...] |
/external/llvm/utils/PerfectShuffle/ |
PerfectShuffle.cpp | 105 const char *Name; 110 Operator(unsigned short shufflemask, const char *name, unsigned opnum, 112 : Name(name), ShuffleMask(shufflemask), OpNum(opnum),Cost(cost) { 124 const char *getName() const { return Name; } 490 vsldoi(const char *Name, unsigned Opc) 491 : Operator(MakeMask(N&7, (N+1)&7, (N+2)&7, (N+3)&7), Name, Opc) { 539 vext(const char *Name, unsigned Opc) 540 : Operator(MakeMask(N&7, (N+1)&7, (N+2)&7, (N+3)&7), Name, Opc) {
|
/external/v8/test/unittests/compiler/ |
machine-operator-unittest.cc | 188 #define PURE(Name, value_input_count, control_input_count, value_output_count) \ 190 &MachineOperatorBuilder::Name, #Name, value_input_count, \ 317 #define OPTIONAL_ENTRY(Name, value_input_count, control_input_count, \ 320 &MachineOperatorBuilder::Name, MachineOperatorBuilder::k##Name, #Name, \
|
/external/elfutils/libdwfl/ |
relocate.c | 61 const char *name = elf_strptr (elf, *shstrndx, refshdr->sh_name); local 62 if (unlikely (name == NULL)) 66 name, shndx, refshdr, 207 /* First we need its name. */ 250 const char *name = symtab->symstrdata->d_buf; local 251 name += sym->st_name; 274 /* We are looking for a defined global symbol with a name. */ 280 /* Get this candidate symbol's name. */ 286 /* Does the name match? */ 287 if (strcmp (name, n) [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.h | 50 t_LocalName, t_GlobalName, // Name in StrVal. 162 /// Restore the internal name and slot mappings using the mappings that 166 /// GetGlobalVal - Get a value with the specified name or ID, creating a 172 /// Get a Comdat with the specified name, creating a forward reference 270 bool ParseGlobal(const std::string &Name, LocTy Loc, unsigned Linkage, 274 bool ParseAlias(const std::string &Name, LocTy Loc, unsigned Linkage, 303 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name, 329 /// GetVal - Get a value with the specified name or ID, creating a 332 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc); 336 /// basic block, this installs its name [all...] |
LLParser.cpp | 147 "expected function name in blockaddress"); 229 // The Global variable production with no name can have many different 345 if (ParseToken(lltok::equal, "expected '=' after name") || 368 std::string Name = Lex.getStrVal(); 372 if (ParseToken(lltok::equal, "expected '=' after name") || 373 ParseToken(lltok::kw_type, "expected 'type' after name")) 377 if (ParseStructDefinition(NameLoc, Name, 378 NamedTypes[Name], Result)) return true; 381 std::pair<Type*, LocTy> &Entry = NamedTypes[Name]; 439 std::string Name; [all...] |
/external/llvm/lib/LTO/ |
LTOModule.cpp | 245 /// Create a MemoryBuffer from a memory range with an optional name. 247 LTOModule::makeBuffer(const void *mem, size_t length, StringRef name) { 249 return MemoryBuffer::getMemBuffer(StringRef(startPtr, length), name, false); 254 LTOModule::objcClassNameFromExpression(const Constant *c, std::string &name) { 261 name = (".objc_class_name_" + ca->getAsCString()).str(); 275 // second slot in __OBJC,__class is pointer to superclass name 282 info.name = IterBool.first->first().data(); 289 // third slot in __OBJC,__class is pointer to class name 295 info.name = Iter->first().data(); 309 // second slot in __OBJC,__category is pointer to target class name 548 SmallString<64> name; local [all...] |
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 336 "Symbol name entry points before beginning or past end of file."); 355 // getIndirectName() returns the name of the alias'ed symbol who's string table 760 // guessLibraryShortName() is passed a name of a dynamic library and returns a 761 // guess on what the short name is. Then name is returned as a substring of the 762 // StringRef Name passed in. The name of the dynamic library is recognized as 767 // starting with an underbar. If the Name is recognized as a framework then 768 // isFramework is set to true else it is set to false. If the Name has a 769 // suffix then Suffix is set to the substring in Name that contains the suffi 1278 StringRef ExportEntry::name() const { function in class:ExportEntry [all...] |
/external/v8/src/runtime/ |
runtime-classes.cc | 41 Handle<Object> name(constructor->shared()->name(), isolate); 43 isolate, NewTypeError(MessageTemplate::kConstructorNonCallable, name)); 71 CONVERT_ARG_HANDLE_CHECKED(Name, name, 0); 72 if (Name::Equals(name, isolate->factory()->prototype_string())) { 75 return *name; 85 static MaybeHandle<Object> DefineClass(Isolate* isolate, Handle<Object> name, 141 Handle<String> name_string = name->IsString( 287 Handle<Object> name = isolate->factory()->NewNumberFromUint(index); local 335 Handle<Name> name; local 430 Handle<Name> name; local [all...] |
/external/v8/src/ |
transitions.cc | 16 void TransitionArray::Insert(Handle<Map> map, Handle<Name> name, 37 Name* key = GetSimpleTransitionKey(old_target); 41 : GetTargetDetails(*name, *target); 42 if (flag == SIMPLE_PROPERTY_TRANSITION && key->Equals(*name) && 67 DCHECK_EQ(is_special_transition, IsSpecialTransition(*name)); 70 : GetTargetDetails(*name, *target); 80 ? array->SearchSpecial(Symbol::cast(*name), &insertion_index) 81 : array->Search(details.kind(), *name, details.attributes(), 100 array->SetKey(index, *name); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
ManifestTest.java | 46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n"; 48 private static final String MANIFEST_CONTENTS_1 = "Manifest-Version: 2.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=2.1.0,\n org.osgi.framework; specification-version=2.0.0,\n org.osgi.service.log; specification-version=2.0.0,\n com.ibm.ive.eccomm.flash; specification-version=2.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n"; 94 private void assertAttribute(Attributes attr, String name, String value) { 95 assertEquals("Incorrect " + name, value, attr.getValue(name)); 100 assertAttribute(main, "Bundle-Name", "ClientSupport"); 142 + "Name: \nSpecification-Title: foo\nSpecification-Version: 1.0\nSpecification-Vendor: \n" 218 new Attributes.Name(ATT_ATT_NAME))); 229 new Attributes.Name(ATT_ATT_NAME))); 239 .get(Attributes.Name.MANIFEST_VERSION)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_util.py | 12 from lib2to3.fixer_util import Attr, Name, Call, Comma 66 self.assertStr(Attr(Name("a"), Name("b")), "a.b") 67 self.assertStr(Attr(call, Name("b")), "foo().b") 70 attr = Attr(Name("a"), Name("b")) 76 self.assertStr(Name("a"), "a") 77 self.assertStr(Name("foo.foo().bar"), "foo.foo().bar") 78 self.assertStr(Name("a", prefix="b"), "ba") 82 def _Call(self, name, args=None, prefix=None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_util.py | 12 from lib2to3.fixer_util import Attr, Name, Call, Comma 66 self.assertStr(Attr(Name("a"), Name("b")), "a.b") 67 self.assertStr(Attr(call, Name("b")), "foo().b") 70 attr = Attr(Name("a"), Name("b")) 76 self.assertStr(Name("a"), "a") 77 self.assertStr(Name("foo.foo().bar"), "foo.foo().bar") 78 self.assertStr(Name("a", prefix="b"), "ba") 82 def _Call(self, name, args=None, prefix=None) [all...] |