HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 351 - 375 of 2465) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
inst-directive.s 20 @ CHECK: Name: .inst.arm_inst
39 @ CHECK: Name: .inst.thumb_inst_n
58 @ CHECK: Name: .inst.thumb_inst_w
77 @ CHECK: Name: .inst.thumb_inst_inst
eh-directive-section.s 54 @ CHECK-NEXT: Name: .TEST1
64 @ CHECK: Name: .ARM.extab.TEST1
71 @ RELOC: Name: .rel.ARM.extab.TEST1
82 @ CHECK: Name: .ARM.exidx.TEST1
100 @ RELOC: Name: .rel.ARM.exidx.TEST1
113 @ CHECK-NEXT: Name: TEST2
123 @ CHECK: Name: .ARM.extabTEST2
130 @ RELOC: Name: .rel.ARM.extabTEST2
141 @ CHECK: Name: .ARM.exidxTEST2
159 @ RELOC: Name: .rel.ARM.exidxTEST
    [all...]
  /external/llvm/test/MC/COFF/
early-dce.s 13 # CHECK: Name: .text
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.h 38 unsigned int lookupName(const char *Name, unsigned int Len) const;
  /external/v8/src/regexp/
regexp-ast.cc 11 #define MAKE_ACCEPT(Name) \
12 void* RegExp##Name::Accept(RegExpVisitor* visitor, void* data) { \
13 return visitor->Visit##Name(this, data); \
18 #define MAKE_TYPE_CASE(Name) \
19 RegExp##Name* RegExpTree::As##Name() { return NULL; } \
20 bool RegExpTree::Is##Name() { return false; }
24 #define MAKE_TYPE_CASE(Name) \
25 RegExp##Name* RegExp##Name::As##Name() { return this; }
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFunctions.h 12 #define DECL_X86_32_APPLY_RELOC_FUNC(Name) \
13 static X86Relocator::Result Name(Relocation& pEntry, \
79 #define DECL_X86_64_APPLY_RELOC_FUNC(Name) \
80 static X86Relocator::Result Name(Relocation& pEntry, \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alias.d 2 #name: ia64 alias and secalias
7 +\[Nr\] +Name +Type +Address +Offset
29 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group7.d 13 \[Index\] Name
18 \[Index\] Name
23 \[Index\] Name
28 \[Index\] Name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-1.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-multigot-12-13-14-34-35-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-multigot-14-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-negative-12-13-14-34-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-negative-14-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-single-12-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-xgot-12-13-14-15-34-35-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
got-xgot-15-ok.d 6 Tag Type Name/Value
18 Offset Info Type Sym.Value Sym. Name \+ Addend
  /external/clang/include/clang/Driver/
Tool.h 53 /// The tool name (for debugging).
54 const char *Name;
56 /// The human readable name for the tool, for use in diagnostics.
72 Tool(const char *Name, const char *ShortName, const ToolChain &TC,
80 const char *getName() const { return Name; }
111 /// \brief Returns which prefix to use when passing the name of a response
126 /// linker, then this is the final output name of the linked image.
  /external/clang/lib/Index/
SimpleFormatContext.h 48 FileID createInMemoryFile(StringRef Name, StringRef Content) {
49 InMemoryFileSystem->addFile(Name, 0,
51 const FileEntry *Entry = Files.getFile(Name);
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ModifyQualifiedNames.java 23 import org.eclipse.jdt.core.dom.Name;
48 Name qualifier = node.getQualifier();
54 Name newQualifier = node.getAST().newName(newQualifierString);
  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 10 // This file implements the name/Value symbol table for LLVM.
30 /// This class provides a symbol table of name/value pairs. It is essentially
42 /// @name Types
55 /// @name Constructors
62 /// @name Accessors
65 /// This method finds the value with the given \p Name in the
67 /// @returns the value associated with the \p Name
69 Value *lookup(StringRef Name) const { return vmap.lookup(Name); }
75 /// @brief The number of name/type pairs is returned
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionELF.h 31 /// This is the name of the section. The referenced memory is owned by
65 void setSectionName(StringRef Name) { SectionName = Name; }
71 /// section name
72 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 77 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType,
79 if (Name) {
80 SymbolicOp.AddSymbol.Name = Name;
166 if (SymbolicOp.AddSymbol.Name) {
167 StringRef Name(SymbolicOp.AddSymbol.Name);
168 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name);
181 if (SymbolicOp.SubtractSymbol.Name) {
182 StringRef Name(SymbolicOp.SubtractSymbol.Name)
    [all...]
  /external/llvm/test/MC/ARM/Windows/
multiple-text-sections.s 31 @ CHECK: Name: .text
40 @ CHECK: Name: .text
49 @ CHECK: Name: .text
  /external/llvm/test/MC/Mips/
micromips-label-test-sections.s 14 # CHECK: Name: f
21 # CHECK: Name: g
28 # CHECK: Name: h
  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 14 FString resultName = fileInfo.Name;
42 resultName = fileInfo.Name;
52 resultName = fileInfo.Name;

Completed in 923 milliseconds

<<11121314151617181920>>