HomeSort by relevance Sort by last modified time
    Searched refs:UniqueName (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/IR/
ValueSymbolTable.cpp 36 SmallString<256> &UniqueName) {
37 unsigned BaseSize = UniqueName.size();
40 UniqueName.resize(BaseSize);
41 raw_svector_ostream S(UniqueName);
47 auto IterBool = vmap.insert(std::make_pair(UniqueName, V));
65 SmallString<256> UniqueName(V->getName().begin(), V->getName().end());
70 ValueName *VN = makeUniqueName(V, UniqueName);
93 SmallString<256> UniqueName(Name.begin(), Name.end());
94 return makeUniqueName(V, UniqueName);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueSymbolTable.cpp 46 SmallString<256> UniqueName(V->getName().begin(), V->getName().end());
51 unsigned BaseSize = UniqueName.size();
54 UniqueName.resize(BaseSize);
55 raw_svector_ostream(UniqueName) << ++LastUnique;
58 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
63 //DEBUG(dbgs() << " Inserted value: " << UniqueName << ": " << *V << "\n");
89 SmallString<256> UniqueName(Name.begin(), Name.end());
93 UniqueName.resize(Name.size());
94 raw_svector_ostream(UniqueName) << ++LastUnique;
97 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
    [all...]
  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 104 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 109 ValueName *makeUniqueName(Value *V, SmallString<256> &UniqueName);
  /external/llvm/lib/DebugInfo/PDB/Raw/
TpiStream.cpp 82 bool UniqueName = Opts & static_cast<uint16_t>(ClassOptions::HasUniqueName);
83 bool IsAnon = UniqueName && isAnonymous(Rec);
87 if (!ForwardRef && UniqueName && !IsAnon)
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 446 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
448 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
464 StringRef getUniqueName() const { return UniqueName; }
471 StringRef UniqueName;
480 StringRef Name, StringRef UniqueName)
481 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
525 StringRef UniqueName)
527 UniqueName),
558 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 394 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
396 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
412 StringRef getUniqueName() const { return UniqueName; }
418 StringRef UniqueName;
428 StringRef UniqueName)
429 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
457 uint64_t Size, StringRef Name, StringRef UniqueName)
459 UniqueName),
478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 400 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
402 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
418 StringRef getUniqueName() const { return UniqueName; }
424 StringRef UniqueName;
435 StringRef UniqueName)
436 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
465 uint64_t Size, StringRef Name, StringRef UniqueName)
467 UniqueName),
487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 400 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
402 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
418 StringRef getUniqueName() const { return UniqueName; }
424 StringRef UniqueName;
435 StringRef UniqueName)
436 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
465 uint64_t Size, StringRef Name, StringRef UniqueName)
467 UniqueName),
487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 401 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
403 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
427 StringRef getUniqueName() const { return UniqueName; }
433 StringRef UniqueName;
444 StringRef UniqueName)
445 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
474 uint64_t Size, StringRef Name, StringRef UniqueName)
476 UniqueName),
496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 401 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
403 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
427 StringRef getUniqueName() const { return UniqueName; }
433 StringRef UniqueName;
444 StringRef UniqueName)
445 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
474 uint64_t Size, StringRef Name, StringRef UniqueName)
476 UniqueName),
496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 401 TypeIndex FieldList, StringRef Name, StringRef UniqueName)
403 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {}
427 StringRef getUniqueName() const { return UniqueName; }
433 StringRef UniqueName;
444 StringRef UniqueName)
445 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName),
474 uint64_t Size, StringRef Name, StringRef UniqueName)
476 UniqueName),
496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType
    [all...]

Completed in 716 milliseconds

1 2