HomeSort by: relevance | last modified time | path
    Searched defs:Names (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
PseudoProbePrinter.h 30 DenseMap<StringRef, uint64_t> Names;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h 37 std::vector<StringRef> Names;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.h 27 std::vector<std::unique_ptr<std::string>> Names;
31 Names.push_back(std::move(N));
32 return *Names.back();
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetFeatureInfo.cpp 73 std::vector<std::string> Names;
75 Names.resize(IndexUB);
77 Names[SF.second.Index] = SF.second.getEnumName();
81 OS << " \"" << Names[I] << "\",\n";
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 499 ArrayRef<const char *> Names = getGCCRegNames();
505 return n < Names.size();
508 // Check register names.
509 if (llvm::is_contained(Names, Name))
512 // Check any additional names that we have.
514 for (const char *AN : ARN.Names) {
518 // the bounds of the register names from above.
519 if (AN == Name && ARN.RegNum < Names.size())
542 ArrayRef<const char *> Names = getGCCRegNames();
548 assert(n < Names.size() && "Out of bounds register number!")
    [all...]
Module.cpp 222 SmallVector<StringRef, 2> Names;
224 // Build up the set of module names (from innermost to outermost).
226 Names.push_back(M->Name);
231 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp 31 std::vector<std::string> Names;
35 std::vector<std::string> Names)
36 : ParentName(ParentName), Type(Type), Binding(Binding), Names(Names) {}
109 // - Currently have not figured out how to produce the names for FieldDecls.
301 for (auto Name : Symbol.Names) {
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
ordered_set.bench.cpp 26 static constexpr const char* Names[] = {"Hit", "Miss"};
33 static constexpr const char* Names[] = {"Ordered", "Random"};
algorithms.bench.cpp 19 static constexpr const char* Names[] = {
44 static constexpr const char* Names[] = {"Random", "Ascending",
function.bench.cpp 32 static constexpr const char* Names[] = {"Null",
45 static constexpr const char* Names[] = {"Opaque", "Transparent"};
map.bench.cpp 31 static constexpr const char* Names[] = {"ExistingElement", "NewElement"};
42 static constexpr const char* Names[] = {"Begin", "Third", "Correct", "End"};
47 static constexpr const char* Names[] = {"Sorted", "Random"};
string.bench.cpp 62 static constexpr const char* Names[] = {"Empty", "Small", "Large", "Huge"};
67 static constexpr const char* Names[] = {"Opaque", "Transparent"};
72 static constexpr const char* Names[] = {"Control", "ChangeFirst",
397 static constexpr const char* Names[] = {"Eq", "Less", "Compare"};
484 static constexpr const char* Names[] = {"Shallow", "Deep"};
489 static constexpr const char* Names[] = {"Hot", "Cold"};
  /src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp 352 const char **Names;
355 Names = InstanceSelectorName;
358 Names = ClassSelectorName;
362 Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp 352 SmallVector<StringRef, 16> Names;
355 Names.push_back(KV.getFirst()->getName());
357 llvm::sort(Names);
358 OS << " ; Alive: <" << llvm::join(Names, " ") << ">\n";
374 SmallVector<StringRef, 16> Names;
377 Names.push_back(KV.getFirst()->getName());
379 llvm::sort(Names);
380 OS << "\n ; Alive: <" << llvm::join(Names, " ") << ">\n";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 323 static bool filterByName(const StringSet<> &Names, DWARFDie Die,
330 for (auto Pattern : Names.keys()) {
342 } else if (Names.count(Name)) {
351 static void filterByName(const StringSet<> &Names,
358 if (filterByName(Names, Die, Name, OS))
361 filterByName(Names, Die, Name, OS);
405 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx,
408 for (const auto &Name : Names) {
467 StringSet<> Names;
469 Names.insert((IgnoreCase && !UseRegex) ? StringRef(name).lower() : name)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 540 std::vector<std::string> Names;
542 Names.push_back(H.Name);
543 return Names;
1932 Visitor(LinePrinter &P, ArrayRef<std::string> Names) : P(P), Names(Names) {
1934 Names.begin(), Names.end(),
1936 MaxNameLen = (Max == Names.end() ? 0 : Max->size());
1939 dumpSectionContrib(P, SC, Names, MaxNameLen)
    [all...]
llvm-pdbutil.h 206 enum class InputFileType { PDBFile, PDBStream, DBIStream, Names, ModuleStream };
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 444 std::vector<std::string> Names;
445 Names.reserve(NameRefs.size());
447 Names.emplace_back(*Name);
448 return Names;
473 Names(std::move(N)) {
475 for (StringRef Name : Names)
529 PatternSet(ArrayRef<std::string> Names) {
530 Patterns.reserve(Names.size());
531 for (StringRef Name : Names)
576 return llvm::any_of(Names, [&](StringRef Name)
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOpenCLBuiltinEmitter.cpp 79 SmallVector<StringRef, 4> Names;
137 // function names.
206 // List of OpenCL type names in the same order as in enum OpenCLTypeID.
214 // and to a list of function names that share these signatures.
266 // Save the type names in the same order as their enum value. Note that
277 // Enum of scalar type names (float, int, ...) and generic type sets.
521 for (const auto &Name : SLM.second.Names) {
593 SignatureListMap.find(Candidate)->second.Names.push_back(Fct.first);
623 for (const auto &FctName : SLM.second.Names) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 66 std::unique_ptr<DWARFDebugNames> Names;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 45 // Function names must be mangled in order for the profile loader to
175 // NAMES
260 /// between components of the symbol names in the profile.
330 /// * A list of functions included in the profile (mangled names).
453 /// It includes all the names that have samples either in outline instance
458 /// Return whether names in the profile are all MD5 numbers.
544 /// It includes all the names that have samples either in outline instance
713 /// Return whether names in the profile are all MD5 numbers.
771 /// Return whether names in the profile are all MD5 numbers.
820 /// Function names in this profile
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp 138 struct QualName { Qualifiers Q; const char *Name; } Names[] = {
143 for (QualName Name : Names) {
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 533 /// Get all symbol names in the main binary for the given value.
536 std::vector<StringRef> Names;
539 Names.push_back(Entry.first());
541 return Names;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 353 SmallVector<IdentifierInfo *, 4> Names;
365 Names.push_back(Name);
372 << (int)UPPC << (int)Names.size();
373 for (size_t I = 0, E = std::min(Names.size(), (size_t)2); I != E; ++I)
374 DB << Names[I];
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
CrashDebugger.cpp 895 // names to avoid having to convert back and forth every time.
931 StringSet<> Names;
933 Names.insert(Name);
938 ToDelete.reserve(M->named_metadata_size() - Names.size());
941 if (!Names.count(NamedMD.getName()) &&

Completed in 64 milliseconds

1 2