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

<<31323334353637383940>>

  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 100 "print-file-name",
103 cl::alias PrintFileNameA("A", cl::desc("Alias for --print-file-name"),
105 cl::alias PrintFileNameo("o", cl::desc("Alias for --print-file-name"),
141 cl::opt<bool> JustSymbolName("just-symbol-name",
142 cl::desc("Print just the symbol's name"));
143 cl::alias JustSymbolNames("j", cl::desc("Alias for --just-symbol-name"),
153 "and section name, Mach-O only"));
188 StringRef Name;
196 return std::make_tuple(ADefined, A.Address, A.Name, A.Size) <
197 std::make_tuple(BDefined, B.Address, B.Name, B.Size)
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 84 void EmitProcessorProp(raw_ostream &OS, const Record *R, const char *Name,
137 // Get and emit name
173 const std::string &Name = Feature->getName();
174 const std::string &CommandLineName = Feature->getValueAsString("Name");
183 << "{ " << Target << "::" << Name << " }, ";
234 const std::string &Name = Processor->getValueAsString("Name");
240 << "\"" << Name << "\", "
241 << "\"Select the " << Name << " processor\", ";
274 void SubtargetEmitter::FormItineraryStageString(const std::string &Name,
    [all...]
CodeGenInstruction.cpp 37 PrintFatalError(R->getName() + ": invalid def name for output list: use 'outs'");
46 PrintFatalError(R->getName() + ": invalid def name for input list: use 'ins'");
110 // Check that the operand has a name and that it's unique.
113 Twine(i) + " has no name!");
116 Twine(i) + " has the same name as a previous operand!");
133 /// non-empty name. If the instruction does not have an operand with the
134 /// specified name, abort.
136 unsigned CGIOperandList::getOperandNamed(StringRef Name) const {
138 if (hasOperandNamed(Name, OpIdx)) return OpIdx;
140 "' does not have an operand named '$" + Name + "'!")
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 83 DeclContext *&LexicalDC, DeclarationName &Name,
328 /// \brief Determine whether two nested-name-specifiers are equivalent.
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 36 cl::desc("Specify the name of an IR file to load for function definitions"),
37 cl::value_desc("input IR file name"));
150 std::string Name;
152 VariableExprAST(const std::string &name) : Name(name) {}
153 const std::string &getName() const { return Name; }
222 std::string Name;
227 PrototypeAST(const std::string &name, const std::vector<std::string> &args,
229 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 115 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override;
116 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override;
122 StringRef Name) override;
270 /// \brief The name of the diagnostics file.
323 static void EmitBlockID(unsigned ID, const char *Name,
330 // Emit the block name if present.
331 if (!Name || Name[0] == 0)
336 while (*Name)
337 Record.push_back(*Name++)
    [all...]
  /external/v8/src/
bootstrapper.cc 156 Handle<JSFunction> GetThrowTypeErrorIntrinsic(Builtins::Name builtin_name);
205 const char* name);
207 const char* name,
211 void InstallTypedArray(const char* name, ElementsKind elements_kind,
247 const char* name,
294 static bool CallUtilsFunction(Isolate* isolate, const char* name);
364 void InstallFunction(Handle<JSObject> target, Handle<Name> property_name,
376 Handle<JSFunction> function, Handle<Name> name,
378 Handle<String> name_string = Name::ToFunctionName(name).ToHandleChecked()
449 Handle<AccessorInfo> name = local
620 Handle<AccessorInfo> name = local
653 Handle<AccessorInfo> name = local
666 Handle<String> name = local
933 Handle<String> name = Handle<String>(heap()->empty_string()); local
963 Handle<String> name = Handle<String>(heap()->empty_string()); local
1490 Handle<String> name = factory->InternalizeUtf8String("JSON"); local
1501 Handle<String> name = factory->InternalizeUtf8String("Math"); local
1740 Handle<String> name = factory->InternalizeOneByteString( local
1796 Vector<const char> name = Natives::GetScriptName(index); local
1814 Vector<const char> name = ExperimentalNatives::GetScriptName(index); local
1827 Vector<const char> name = ExtraNatives::GetScriptName(index); local
1842 Vector<const char> name = ExperimentalExtraNatives::GetScriptName(index); local
1920 Vector<const char> name = CStrVector(extension->name()); local
2418 Handle<String> name = factory->InternalizeUtf8String("SIMD"); local
2478 Handle<String> name = factory->Proxy_string(); local
2996 Handle<String> name = local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 32 * The purpose of this class is to split a full name into given names and last
33 * name. The logic only supports having a single last name. If the full name has
40 * <li>Assign the last remaining token as the last name.</li>
41 * <li>If the previous word to the last name is one from LASTNAME_PREFIXES, use
42 * this word also as the last name.</li>
84 public static class Name {
99 public Name() {
102 public Name(String prefix, String givenNames, String middleName, String familyName
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampRespTest.java 33 import org.apache.harmony.security.x501.Name;
67 GeneralName tsa = new GeneralName(new Name("CN=AnAuthority"));
79 Object[] issuerAndSerialNumber = new Object[] { new Name("CN=issuer"),
  /external/autotest/client/deps/glbench/src/
main.cc 47 const char* test_name = test->Name();
64 const char* test_name = test->Name();
170 printf("%s\n", tests[i]->Name());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds2/
test_connection.py 106 "Name": "us-east-1c"
113 "Name": "us-east-1b"
120 "Name": "us-east-1d"
  /external/clang/lib/Basic/
IdentifierTable.cpp 193 static void AddObjCKeyword(StringRef Name,
196 Table.get(Name).setObjCKeywordID(ObjCID);
203 #define KEYWORD(NAME, FLAGS) \
204 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \
206 #define ALIAS(NAME, TOK, FLAGS) \
207 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \
209 #define CXX_KEYWORD_OPERATOR(NAME, ALIAS) \
211 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this);
212 #define OBJC1_AT_KEYWORD(NAME) \
    [all...]
  /external/clang/lib/CodeGen/
SanitizerMetadata.cpp 25 SourceLocation Loc, StringRef Name,
38 // Don't generate source location and global name if it is blacklisted -
41 if (!Name.empty())
42 GlobalName = llvm::MDString::get(VMContext, Name);
  /external/clang/lib/Sema/
AttributeList.cpp 114 // Normalize the attribute name, __foo__ becomes foo. This is only allowable
125 AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name,
128 StringRef AttrName = Name->getName();
149 StringRef Name = normalizeAttrName(AttrName->getName(), Scope,
  /external/llvm/include/llvm/IR/
BasicBlock.h 73 explicit BasicBlock(LLVMContext &C, const Twine &Name = "",
91 static BasicBlock *Create(LLVMContext &Context, const Twine &Name = "",
94 return new BasicBlock(Context, Name, Parent, InsertBefore);
  /external/llvm/include/llvm/LTO/
LTOModule.h 42 const char *name; member in struct:llvm::LTOModule::NameAndAttributes
82 /// Create a MemoryBuffer from a memory range with an optional name.
84 makeBuffer(const void *mem, size_t length, StringRef name = "");
144 /// Get the name of the symbol at the specified index.
147 return _symbols[index].name;
179 void addDefinedSymbol(const char *Name, const GlobalValue *def,
184 void addDefinedDataSymbol(const char*Name, const GlobalValue *v);
188 void addDefinedFunctionSymbol(const char *Name, const Function *F);
206 bool objcClassNameFromExpression(const Constant *c, std::string &name);
  /external/llvm/include/llvm/Object/
ELF.h 279 StringRef Name = getRelocationTypeName(Type);
280 Result.append(Name.begin(), Name.end());
293 StringRef Name = getRelocationTypeName(Type1);
294 Result.append(Name.begin(), Name.end());
296 Name = getRelocationTypeName(Type2);
298 Result.append(Name.begin(), Name.end());
300 Name = getRelocationTypeName(Type3)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 197 StringRef Name;
198 Check(Section.getName(Name));
201 if (Name == ".xdata") {
  /external/llvm/lib/Object/
ObjectFile.cpp 49 ErrorOr<StringRef> Name = getSymbolName(Symb);
50 if (std::error_code EC = Name.getError())
52 OS << *Name;
  /external/llvm/lib/Support/
StringMap.cpp 58 unsigned StringMapImpl::LookupBucketFor(StringRef Name) {
64 unsigned FullHashValue = HashString(Name);
94 // Do the comparison like this because Name isn't necessarily
97 if (Name == StringRef(ItemStr, BucketItem->getKeyLength())) {
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 155 VLIWSchedBoundary(unsigned ID, const Twine &Name):
156 DAG(nullptr), SchedModel(nullptr), Available(ID, Name+".A"),
157 Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name+".P"),
  /external/llvm/lib/Target/
TargetMachine.cpp 158 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name,
164 Mang.getNameWithPrefix(Name, GV, false);
168 TLOF->getNameWithPrefix(Name, GV, Mang, *this);
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 130 std::string Name = Symbol.getName();
131 if (!Name.empty())
132 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
  /external/mesa3d/src/mesa/vbo/
vbo_rebase.c 82 arrays[i]->BufferObj->Name == 0)
93 if (arrays[i]->BufferObj->Name != 0)
160 GLboolean map_ib = ib->obj->Name && !ib->obj->Pointer;
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 96 // can easily parse. Each section starts out with its name
104 // hyphen followed by the identifier (reduction name); and then
106 // the identifier (function name) -- in the case where the
127 auto reduceFnName = [](const char *Name) { return Name ? Name : "."; };

Completed in 518 milliseconds

<<31323334353637383940>>