| /trueos/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatCache.cpp | 24 FormatCache::Entry::Entry () : in Entry() function in FormatCache::Entry 33 FormatCache::Entry::Entry (lldb::TypeFormatImplSP format_sp) : in Entry() function in FormatCache::Entry 42 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp) : in Entry() function in FormatCache::Entry 51 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) : in Entry() function in FormatCache::Entry 60 FormatCache::Entry::Entry (lldb::TypeFormatImplSP format_sp, lldb::TypeSummaryImplSP summary_sp, ll… in Entry() function in FormatCache::Entry 68 FormatCache::Entry::IsFormatCached () in IsFormatCached() 74 FormatCache::Entry::IsSummaryCached () in IsSummaryCached() 80 FormatCache::Entry::IsSyntheticCached () in IsSyntheticCached() 86 FormatCache::Entry::GetFormat () in GetFormat() 92 FormatCache::Entry::GetSummary () in GetSummary() [all …]
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | UniqueCStringMap.h | 37 struct Entry struct 39 Entry () : in Entry() function 45 Entry (const char *cstr) : in Entry() argument 51 Entry (const char *cstr, const T&v) : in Entry() argument 58 operator < (const Entry& rhs) const 75 m_map.push_back (typename UniqueCStringMap<T>::Entry(unique_cstr, value)); in Append() argument 79 Append (const Entry &e) in Append() 97 typename UniqueCStringMap<T>::Entry e(unique_cstr, value); in Insert() 102 Insert (const Entry &e) in Insert() 165 Entry search_entry (unique_cstr); in Find() [all …]
|
| HD | RangeMap.h | 175 typedef Range<B,S> Entry; typedef 176 typedef llvm::SmallVector<Entry, N> Collection; 188 Append (const Entry &entry) in Append() 324 const Entry * 333 const Entry & 339 Entry * 347 const Entry * 356 BaseLessThan (const Entry& lhs, const Entry& rhs) in BaseLessThan() 369 Entry entry (addr, 1); in FindEntryIndexThatContains() 388 const Entry * [all …]
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | Thumb2SizeReduction.cpp | 152 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, 157 const ReduceEntry &Entry); 160 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop); 165 const ReduceEntry &Entry, bool LiveCPSR, 171 const ReduceEntry &Entry, bool LiveCPSR, 293 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, in VerifyPredAndCC() argument 296 if ((is2Addr && Entry.PredCC2 == 0) || in VerifyPredAndCC() 297 (!is2Addr && Entry.PredCC1 == 0)) { in VerifyPredAndCC() 316 } else if ((is2Addr && Entry.PredCC2 == 2) || in VerifyPredAndCC() 317 (!is2Addr && Entry.PredCC1 == 2)) { in VerifyPredAndCC() [all …]
|
| HD | ARMSelectionDAGInfo.cpp | 155 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemset() local 159 Entry.Node = Dst; in EmitTargetCodeForMemset() 160 Entry.Ty = IntPtrTy; in EmitTargetCodeForMemset() 161 Args.push_back(Entry); in EmitTargetCodeForMemset() 164 Entry.Node = Size; in EmitTargetCodeForMemset() 165 Entry.Ty = IntPtrTy; in EmitTargetCodeForMemset() 166 Entry.isSExt = false; in EmitTargetCodeForMemset() 167 Args.push_back(Entry); in EmitTargetCodeForMemset() 176 Entry.Node = Src; in EmitTargetCodeForMemset() 177 Entry.Ty = Type::getInt32Ty(*DAG.getContext()); in EmitTargetCodeForMemset() [all …]
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Value.cpp | 557 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()]; in AddToUseList() local 558 assert(Entry != 0 && "Value doesn't have any handles?"); in AddToUseList() 559 AddToExistingUseList(&Entry); in AddToUseList() 571 ValueHandleBase *&Entry = Handles[VP.getPointer()]; in AddToUseList() local 572 assert(Entry == 0 && "Value really did already have handles?"); in AddToUseList() 573 AddToExistingUseList(&Entry); in AddToUseList() 626 ValueHandleBase *Entry = pImpl->ValueHandles[V]; in ValueIsDeleted() local 627 assert(Entry && "Value bit set but no entries exist"); in ValueIsDeleted() 638 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() 640 Iterator.AddToExistingUseListAfter(Entry); in ValueIsDeleted() [all …]
|
| HD | DebugLoc.cpp | 236 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in deleted() local 237 assert((this == &Entry.first || this == &Entry.second) && in deleted() 240 MDNode *OldScope = Entry.first.get(); in deleted() 241 MDNode *OldInlinedAt = Entry.second.get(); in deleted() 253 Entry.first.Idx = Entry.second.Idx = 0; in deleted() 290 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith() local 291 assert((this == &Entry.first || this == &Entry.second) && in allUsesReplacedWith() 294 MDNode *OldScope = Entry.first.get(); in allUsesReplacedWith() 295 MDNode *OldInlinedAt = Entry.second.get(); in allUsesReplacedWith() 307 int NewIdx = Ctx->getOrAddScopeInlinedAtIdxEntry(Entry.first.get(), in allUsesReplacedWith() [all …]
|
| HD | Type.cpp | 320 IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits]; in get() local 322 if (Entry == 0) in get() 323 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits); in get() 325 return Entry; in get() 463 EntryTy *Entry = &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name); in setName() local 466 if (Entry->getValue()) { in setName() 477 Entry = &getContext().pImpl-> in setName() 479 } while (Entry->getValue()); in setName() 483 Entry->setValue(this); in setName() 488 SymbolTableEntry = Entry; in setName() [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDeclContext.h | 33 struct Entry struct 35 Entry () : in Entry() argument 40 Entry (dw_tag_t t, const char *n) : in Entry() function 47 NameMatches (const Entry& rhs) const in NameMatches() argument 74 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument 86 Entry & 93 const Entry & 104 typedef std::vector<Entry> collection;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormatCache.h | 28 struct Entry struct 39 Entry (); argument 40 Entry (lldb::TypeFormatImplSP); 41 Entry (lldb::TypeSummaryImplSP); 42 Entry (lldb::SyntheticChildrenSP); 43 Entry (lldb::TypeFormatImplSP,lldb::TypeSummaryImplSP,lldb::SyntheticChildrenSP); 72 typedef std::map<ConstString,Entry> CacheMap; 79 Entry&
|
| /trueos/contrib/llvm/tools/clang/lib/Basic/ |
| HD | SourceManager.cpp | 183 llvm::StringMapEntry<unsigned> &Entry = in getLineTableFilenameID() local 185 if (Entry.getValue() != ~0U) in getLineTableFilenameID() 186 return Entry.getValue(); in getLineTableFilenameID() 189 Entry.setValue(FilenamesByID.size()); in getLineTableFilenameID() 190 FilenamesByID.push_back(&Entry); in getLineTableFilenameID() 303 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() local 304 if (!Entry.isFile() || Invalid) in AddLineNote() 307 const SrcMgr::FileInfo &FileInfo = Entry.getFile(); in AddLineNote() 333 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() local 334 if (!Entry.isFile() || Invalid) in AddLineNote() [all …]
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | PredIteratorCache.h | 43 BasicBlock **&Entry = BlockToPredsMap[BB]; in GetPreds() local 44 if (Entry) return Entry; in GetPreds() 51 Entry = Memory.Allocate<BasicBlock*>(PredCache.size()); in GetPreds() 52 std::copy(PredCache.begin(), PredCache.end(), Entry); in GetPreds() 53 return Entry; in GetPreds()
|
| HD | ArrayRecycler.h | 46 FreeList *Entry = Bucket[Idx]; in pop() local 47 if (!Entry) in pop() 49 Bucket[Idx] = Entry->Next; in pop() 50 return reinterpret_cast<T*>(Entry); in pop() 58 FreeList *Entry = reinterpret_cast<FreeList*>(Ptr); in push() local 61 Entry->Next = Bucket[Idx]; in push() 62 Bucket[Idx] = Entry; in push()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | LineTable.h | 273 struct Entry struct 275 Entry () : in Entry() argument 288 Entry ( lldb::addr_t _file_addr, in Entry() function 327 Compare (const Entry& lhs, const Entry& rhs) in Compare() argument 351 bool operator() (const LineTable::Entry&, const LineTable::Entry&) const; 356 static bool EntryAddressLessThan (const Entry& lhs, const Entry& rhs) in EntryAddressLessThan() argument 379 Entry *a_entry; argument 386 …typedef std::vector<Entry> entry_collection; ///< The collection type for the l…
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | MachineModuleInfo.cpp | 103 AddrLabelSymEntry &Entry = AddrLabelSymbols[BB]; in getAddrLabelSymbol() local 106 if (!Entry.Symbols.isNull()) { in getAddrLabelSymbol() 107 assert(BB->getParent() == Entry.Fn && "Parent changed"); in getAddrLabelSymbol() 108 if (Entry.Symbols.is<MCSymbol*>()) in getAddrLabelSymbol() 109 return Entry.Symbols.get<MCSymbol*>(); in getAddrLabelSymbol() 110 return (*Entry.Symbols.get<std::vector<MCSymbol*>*>())[0]; in getAddrLabelSymbol() 117 Entry.Index = BBCallbacks.size()-1; in getAddrLabelSymbol() 118 Entry.Fn = BB->getParent(); in getAddrLabelSymbol() 120 Entry.Symbols = Result; in getAddrLabelSymbol() 128 AddrLabelSymEntry &Entry = AddrLabelSymbols[BB]; in getAddrLabelSymbolToEmit() local [all …]
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeTypes.cpp | 770 std::pair<SDValue, SDValue> &Entry = ExpandedIntegers[Op]; in GetExpandedInteger() local 771 RemapValue(Entry.first); in GetExpandedInteger() 772 RemapValue(Entry.second); in GetExpandedInteger() 773 assert(Entry.first.getNode() && "Operand isn't expanded"); in GetExpandedInteger() 774 Lo = Entry.first; in GetExpandedInteger() 775 Hi = Entry.second; in GetExpandedInteger() 789 std::pair<SDValue, SDValue> &Entry = ExpandedIntegers[Op]; in SetExpandedInteger() local 790 assert(Entry.first.getNode() == 0 && "Node already expanded"); in SetExpandedInteger() 791 Entry.first = Lo; in SetExpandedInteger() 792 Entry.second = Hi; in SetExpandedInteger() [all …]
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 122 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name); in GetOrCreateSymbol() local 123 MCSymbol *Sym = Entry.getValue(); in GetOrCreateSymbol() 129 Entry.setValue(Sym); in GetOrCreateSymbol() 234 const MCSectionMachO *&Entry = Map[Name.str()]; in getMachOSection() local 235 if (Entry) return Entry; in getMachOSection() 238 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes, in getMachOSection() 256 std::pair<ELFUniqueMapTy::iterator, bool> Entry = Map.insert( in getELFSection() local 258 if (!Entry.second) return Entry.first->second; in getELFSection() 270 Entry.first->first.first, Type, Flags, Kind, EntrySize, GroupSym); in getELFSection() 271 Entry.first->second = Result; in getELFSection() [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | IdentifierTable.h | 77 llvm::StringMapEntry<IdentifierInfo*> *Entry; variable 100 if (Entry) return Entry->getKeyData(); in getNameStart() 113 if (Entry) return Entry->getKeyLength(); in getLength() 450 llvm::StringMapEntry<IdentifierInfo*> &Entry = in get() local 453 IdentifierInfo *II = Entry.getValue(); in get() 461 Entry.setValue(II); in get() 469 Entry.setValue(II); in get() 473 II->Entry = &Entry; in get() 492 llvm::StringMapEntry<IdentifierInfo*> &Entry = in getOwn() local 495 IdentifierInfo *II = Entry.getValue(); in getOwn() [all …]
|
| HD | SourceManager.h | 881 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); variable 882 if (MyInvalid || !Entry.isFile()) { 889 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc, 895 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); variable 896 if (MyInvalid || !Entry.isFile()) { 903 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, 911 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getFileEntryForID() local 912 if (MyInvalid || !Entry.isFile()) in getFileEntryForID() 915 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache(); in getFileEntryForID() 941 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); in getNumCreatedFIDsForFileID() local [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | Consumed.cpp | 489 ConstInfoEntry Entry = PropagationMap.find(StmtNode); in getInfo() local 491 if (Entry != PropagationMap.end()) in getInfo() 492 return Entry->second; in getInfo() 534 InfoEntry Entry = PropagationMap.find(From); in forwardInfo() local 536 if (Entry != PropagationMap.end()) in forwardInfo() 537 PropagationMap.insert(PairType(To, Entry->second)); in forwardInfo() 637 InfoEntry Entry = PropagationMap.find(Call->getArg(Index)); in VisitCallExpr() local 639 if (Entry == PropagationMap.end() || Entry->second.isTest()) in VisitCallExpr() 642 PropagationInfo PInfo = Entry->second; in VisitCallExpr() 658 if (!(Entry->second.isVar() || Entry->second.isTmp())) in VisitCallExpr() [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | LineTable.cpp | 51 …Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_… in InsertLineEntry() 55 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in InsertLineEntry() 98 …Entry entry(file_addr, line, column, file_idx, is_start_of_statement, is_start_of_basic_block, is_… in AppendLineEntryToSequence() 109 Entry& entry = seq->m_entries.front(); in InsertSequence() 113 if (m_entries.empty() || !Entry::EntryAddressLessThan(entry, m_entries.back())) in InsertSequence() 124 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in InsertSequence() 139 LineTable::Entry::LessThanBinaryPredicate::LessThanBinaryPredicate(LineTable *line_table) : in LessThanBinaryPredicate() 145 LineTable::Entry::LessThanBinaryPredicate::operator() (const LineTable::Entry& a, const LineTable::… in operator ()() 193 Entry search_entry; in FindLineEntryByAddress() 199 …ction::const_iterator pos = lower_bound(begin_pos, end_pos, search_entry, Entry::EntryAddressLessT… in FindLineEntryByAddress() [all …]
|
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | UniqueVector.h | 36 unsigned insert(const T &Entry) { in insert() argument 38 unsigned &Val = Map[Entry]; in insert() 47 Vector.push_back(Entry); in insert() 53 unsigned idFor(const T &Entry) const { in idFor() argument 55 typename std::map<T, unsigned>::const_iterator MI = Map.find(Entry); in idFor()
|
| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | ARMException.cpp | 108 int Entry = 0; in EmitTypeInfos() local 113 Entry = TypeInfos.size(); in EmitTypeInfos() 120 Asm->OutStreamer.AddComment("TypeInfo " + Twine(Entry--)); in EmitTypeInfos() 128 Entry = 0; in EmitTypeInfos() 134 --Entry; in EmitTypeInfos() 136 Asm->OutStreamer.AddComment("FilterInfo " + Twine(Entry)); in EmitTypeInfos()
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | IntervalMap.cpp | 21 path.front() = Entry(Root, Size, Offsets.first); in replaceRoot() 22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); in replaceRoot() 61 path.resize(Level + 1, Entry(0, 0, 0)); in moveLeft() 69 path[l] = Entry(NR, NR.size() - 1); in moveLeft() 72 path[l] = Entry(NR, NR.size() - 1); in moveLeft() 113 path[l] = Entry(NR, 0); in moveRight() 116 path[l] = Entry(NR, 0); in moveRight()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ModuleManager.cpp | 30 const FileEntry *Entry = FileMgr.getFile(Name, /*openFile=*/false, in lookup() local 32 if (Entry) in lookup() 33 return lookup(Entry); in lookup() 48 const FileEntry *Entry = FileMgr.getFile(Name, /*openFile=*/false, in lookupBuffer() local 50 return InMemoryBuffers[Entry]; in lookupBuffer() 64 const FileEntry *Entry; in addModule() local 65 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) { in addModule() 70 if (!Entry && FileName != "-") { in addModule() 76 ModuleFile *&ModuleEntry = Modules[Entry]; in addModule() 83 New->File = Entry; in addModule() [all …]
|