/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 57 struct Element { struct 58 Element(unsigned Priority, Function *Func, Value *Data) in Element() function 84 Element operator*() const; argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 337 LVElement *Element) { in add() 353 LVElement *Element = nullptr; in find() local 850 LVElement *Element = LogicalVisitor->getElement(StreamTPI, Local.Type); in visitKnownRecord() local 900 LVElement *Element = LogicalVisitor->getElement(StreamTPI, Local.Type); in visitKnownRecord() local 1444 LVElement *Element = LogicalVisitor->getElement(StreamTPI, Local.Type); in visitKnownRecord() local 1751 LVElement *Element, uint32_t StreamIdx) { in printTypeBegin() 1769 LVElement *Element, in printMemberBegin() 1797 TypeIndex TI, LVElement *Element) { in visitKnownRecord() 1820 TypeIndex TI, LVElement *Element) { in visitKnownRecord() 1938 TypeIndex TI, LVElement *Element) { in visitKnownRecord() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 74 StringRef Element(llvm::sys::path::filename( in insert() local 78 StringRef Element(llvm::sys::path::filename( in insert() local 118 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 63 LVCompareInfo::iterator getResultsEntry(LVElement *Element) { in getResultsEntry() argument 80 void updateExpected(LVElement *Element) { in updateExpected() argument 88 void updateMissingOrAdded(LVElement *Element, LVComparePass Pass) { in updateMissingOrAdded() argument 240 for (const LVElement *Element : Elements) { execute() local 362 printItem(LVElement * Element,LVComparePass Pass) printItem() argument [all...] |
H A D | LVReader.cpp | 38 auto AddElement = [&](LVElement *Element, LVScope *Scope) { in checkIntegrityScopesTree() 80 auto PrintElement = [&](LVElement *Element, unsigned Index = 0) { in checkIntegrityScopesTree() 95 LVElement *Element; in checkIntegrityScopesTree() local
|
H A D | LVScope.cpp | 106 void LVScope::addToChildren(LVElement *Element) { in addToChildren() argument 112 void LVScope::addElement(LVElement *Element) { in addElement() argument 257 removeElement(LVElement * Element) removeElement() argument 441 if (LVElement *Element = getType()) resolveReferences() local 1280 LVElement *Element = Location->getParent(); lineRange() local 1358 addInvalidOffset(LVOffset Offset,LVElement * Element) addInvalidOffset() argument 1465 LVElement *Element = Iter != Map.end() ? Iter->second : nullptr; printWarnings() local 1651 for (const LVElement *Element : MatchedElements) printMatchedElements() local [all...] |
H A D | LVElement.cpp | 43 void LVElement::setGenericType(LVElement *Element) { in setGenericType() argument 118 LVElement *Element in typeOffsetAsString() local [all...] |
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | uttrack.c | 457 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local 521 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtTrackAllocation() local 756 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtDumpAllocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 77 if (std::optional<MarkupNode> Element = parseElement(Line)) { in nextNode() local 124 MarkupNode Element; in parseElement() local
|
H A D | MarkupFilter.cpp | 472 void MarkupFilter::printRawElement(const MarkupNode &Element) { in printRawElement() argument 652 checkNumFields(const MarkupNode & Element,size_t Size) const checkNumFields() argument 665 checkNumFieldsAtLeast(const MarkupNode & Element,size_t Size) const checkNumFieldsAtLeast() argument 677 warnNumFieldsAtMost(const MarkupNode & Element,size_t Size) const warnNumFieldsAtMost() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 138 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local 179 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local 280 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 68 static bool classof(const LVElement *Element) { in classof() 110 virtual void setUnderlyingType(LVElement *Element) {} in setUnderlyingType() 160 void setUnderlyingType(LVElement *Element) override { setType(Element); } in setUnderlyingType()
|
H A D | LVSymbol.h | 78 static bool classof(const LVElement *Element) { in classof() 101 void setReference(LVElement *Element) override { in setReference()
|
H A D | LVScope.h | 155 static bool classof(const LVElement *Element) { in classof() 342 void setReference(LVElement *Element) override { in setReference() 458 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 663 void setReference(LVElement *Element) override { in setReference() 767 void setReference(LVElement *Element) override { in setReference()
|
H A D | LVCompare.h | 71 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
|
H A D | LVLine.h | 57 static bool classof(const LVElement *Element) { in classof()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.h | 73 LVElement *Element; member 76 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
|
H A D | LVCodeViewVisitor.h | 446 visitKnownMember(CVMemberRecord & Record,TypeVisitorCallbacks & Callbacks,TypeIndex TI,LVElement * Element) visitKnownMember() argument 457 visitKnownRecord(CVType & Record,TypeIndex TI,LVElement * Element) visitKnownRecord() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 66 llvm::SmallVector<llvm::Constant *, 8> Element( in initializationPatternFor() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.cpp | 57 NativeRawSymbol &Element = in getCount() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 183 for (const auto Element : Elements) { in completeType() local 222 for (const auto Element : Elements) { in completeType() local 297 for (const auto *Element : Elements) { in completeType() local 353 auto Element = Elements[I]; in completeType() local 578 for (const auto Element : Elements) { in visitSubroutineType() local 671 for (const auto *Element : Elements) { in visitStructType() local 689 for (const auto *Element : Elements) { in visitStructType() local 706 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType() local 967 for (const auto *Element : Elements) { in visitMapDefType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Recycler.h | 98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 133 PrettyStackTraceCFGElement(const CFGElement &Element, int BlockIdx, in PrettyStackTraceCFGElement() 148 const CFGElement ∈ member in clang::dataflow::__anon57fc8b7a0211::PrettyStackTraceCFGElement 420 for (const auto &Element : Block) { local
|
/freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dspkginit.c | 550 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 34 void push_back(const T &Element) { in push_back()
|