| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | LineTable.h | 273 struct Entry struct 275 Entry () : in Entry() function 288 Entry ( lldb::addr_t _file_addr, in Entry() function 327 Compare (const Entry& lhs, const Entry& rhs) in Compare() argument 356 static bool EntryAddressLessThan (const Entry& lhs, const Entry& rhs) in EntryAddressLessThan() argument 379 Entry *a_entry; argument
|
| /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() argument 47 NameMatches (const Entry& rhs) const in NameMatches() argument 74 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormatCache.h | 28 struct Entry struct 39 Entry (); argument
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunication.h | 145 struct Entry struct 147 Entry() : in Entry() argument 157 Clear () in Clear() 165 std::string packet; 166 PacketType type; 167 uint32_t bytes_transmitted; 168 uint32_t packet_idx; 169 lldb::tid_t tid;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | UniqueCStringMap.h | 37 struct Entry struct 39 Entry () : in Entry() argument 45 Entry (const char *cstr) : in Entry() argument 51 Entry (const char *cstr, const T&v) : in Entry() argument 75 m_map.push_back (typename UniqueCStringMap<T>::Entry(unique_cstr, value)); in Append() argument
|
| HD | MappedHash.h | 186 struct Entry struct 210 AddEntry (const char *cstr, const ValueType &value) in AddEntry() argument 212 Entry entry; in AddEntry() argument
|
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFDebugLoc.h | 23 struct Entry { struct 38 SmallVector<Entry, 2> Entries; argument
|
| /trueos/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | HeaderSearchOptions.h | 47 struct Entry { struct 57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandObjectRegexCommand.h | 64 struct Entry struct 70 typedef std::list<Entry> EntryCollection; argument
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| HD | AuxVector.h | 36 struct Entry { struct 40 Entry() : type(0), value(0) { } in Entry() argument
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | SpecialCaseList.cpp | 41 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList 42 StringSet<> Strings; 43 Regex *RegEx; 45 Entry() : RegEx(0) {} in Entry() argument 47 bool match(StringRef Query) const { in match()
|
| /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
|
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | UniqueVector.h | 36 unsigned insert(const T &Entry) { in insert() 53 unsigned idFor(const T &Entry) const { in idFor()
|
| HD | StringSet.h | 36 StringMapEntry<char> &Entry = this->GetOrCreateValue(Key); in insert() local
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | Registry.h | 49 static const char *nameof(const entry &Entry) { return Entry.getName(); } in nameof() 50 static const char *descof(const entry &Entry) { return Entry.getDesc(); } in descof() 195 entry Entry; variable
|
| HD | ArrayRecycler.h | 46 FreeList *Entry = Bucket[Idx]; in pop() local 58 FreeList *Entry = reinterpret_cast<FreeList*>(Ptr); in push() local
|
| /trueos/contrib/llvm/tools/clang/lib/Basic/ |
| HD | SourceManager.cpp | 183 llvm::StringMapEntry<unsigned> &Entry = in getLineTableFilenameID() local 303 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() local 333 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() local 439 ContentCache *&Entry = FileInfos[FileEnt]; in getOrCreateContentCache() local 479 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign); in createMemBufferContentCache() local 1124 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid); in getCharacterData() local 1314 const SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getLineNumber() local 1464 const LineEntry *Entry = in getFileCharacteristic() local 1500 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in getPresumedLoc() local 1530 if (const LineEntry *Entry = in getPresumedLoc() local [all …]
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | DebugLoc.cpp | 236 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in deleted() local 290 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith() local 312 std::pair<DebugRecVH, DebugRecVH> &Entry=Ctx->ScopeInlinedAtRecords[-Idx-1]; in allUsesReplacedWith() local
|
| HD | Value.cpp | 557 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()]; in AddToUseList() local 571 ValueHandleBase *&Entry = Handles[VP.getPointer()]; in AddToUseList() local 626 ValueHandleBase *Entry = pImpl->ValueHandles[V]; in ValueIsDeleted() local 684 ValueHandleBase *Entry = pImpl->ValueHandles[Old]; in ValueIsRAUWd() local
|
| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | Consumed.cpp | 489 ConstInfoEntry Entry = PropagationMap.find(StmtNode); in getInfo() local 534 InfoEntry Entry = PropagationMap.find(From); in forwardInfo() local 637 InfoEntry Entry = PropagationMap.find(Call->getArg(Index)); in VisitCallExpr() local 692 InfoEntry Entry = PropagationMap.find(Temp->getSubExpr()); in VisitCXXBindTemporaryExpr() local 724 InfoEntry Entry = PropagationMap.find(Call->getArg(0)); in VisitCXXConstructExpr() local 765 InfoEntry Entry = PropagationMap.find(Call->getCallee()->IgnoreParens()); in VisitCXXMemberCallExpr() local 851 InfoEntry Entry = PropagationMap.find(Call->getArg(0)); in VisitCXXOperatorCallExpr() local 932 InfoEntry Entry = PropagationMap.find(Ret->getRetValue()); in VisitReturnStmt() local 949 InfoEntry Entry = PropagationMap.find(UOp->getSubExpr()->IgnoreParens()); in VisitUnaryOperator() local 1091 ConsumedStateMap *Entry = StateMapsArray[Block->getBlockID()]; in addInfo() local [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | SourceManager.h | 881 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); variable 895 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); variable 911 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getFileEntryForID() local 941 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); in getNumCreatedFIDsForFileID() local 952 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); in setNumCreatedFIDsForFileID() local 991 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); in getLocForStartOfFile() local 1003 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); in getLocForEndOfFile() local 1015 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); in getIncludeLoc() local 1586 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID); in isOffsetInFileID() local
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 122 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name); in GetOrCreateSymbol() local 234 const MCSectionMachO *&Entry = Map[Name.str()]; in getMachOSection() local 256 std::pair<ELFUniqueMapTy::iterator, bool> Entry = Map.insert( in getELFSection() local 293 std::pair<COFFUniqueMapTy::iterator, bool> Entry = in getCOFFSection() local
|
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcherEmitter.cpp | 65 unsigned &Entry = NodePredicateMap[Pred.getOrigPatFragRecord()]; in getNodePredicate() local 74 unsigned &Entry = PatternPredicateMap[PredName]; in getPatternPredicate() local 82 unsigned &Entry = ComplexPatternMap[&P]; in getComplexPat() local 91 unsigned &Entry = NodeXFormMap[Rec]; in getNodeXFormID() local 696 const CodeGenDAGPatterns::NodeXForm &Entry = in EmitPredicateFunctions() local
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeTypes.cpp | 770 std::pair<SDValue, SDValue> &Entry = ExpandedIntegers[Op]; in GetExpandedInteger() local 789 std::pair<SDValue, SDValue> &Entry = ExpandedIntegers[Op]; in SetExpandedInteger() local 797 std::pair<SDValue, SDValue> &Entry = ExpandedFloats[Op]; in GetExpandedFloat() local 816 std::pair<SDValue, SDValue> &Entry = ExpandedFloats[Op]; in SetExpandedFloat() local 824 std::pair<SDValue, SDValue> &Entry = SplitVectors[Op]; in GetSplitVector() local 845 std::pair<SDValue, SDValue> &Entry = SplitVectors[Op]; in SetSplitVector() local 1038 TargetLowering::ArgListEntry Entry; in ExpandChainLibCall() local
|
| /trueos/contrib/llvm/include/llvm/TableGen/ |
| HD | StringToOffsetTable.h | 31 StringMapEntry<unsigned> &Entry = StringOffset.GetOrCreateValue(Str, -1U); variable
|