Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h57 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 DLVCodeViewVisitor.cpp337 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 DFileMatchTrie.cpp74 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 DLVCompare.cpp63 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 DLVReader.cpp38 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 DLVScope.cpp106 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 DLVElement.cpp43 void LVElement::setGenericType(LVElement *Element) { in setGenericType() argument
118 LVElement *Element in typeOffsetAsString() local
[all...]
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c457 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 DMarkup.cpp77 if (std::optional<MarkupNode> Element = parseElement(Line)) { in nextNode() local
124 MarkupNode Element; in parseElement() local
H A DMarkupFilter.cpp472 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 DX86ShuffleDecodeConstantPool.cpp138 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 DLVType.h68 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 DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
H A DLVScope.h155 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 DLVCompare.h71 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
H A DLVLine.h57 static bool classof(const LVElement *Element) { in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h73 LVElement *Element; member
76 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
H A DLVCodeViewVisitor.h446 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 DPatternInit.cpp66 llvm::SmallVector<llvm::Constant *, 8> Element( in initializationPatternFor() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp57 NativeRawSymbol &Element = in getCount() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp183 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 DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp133 PrettyStackTraceCFGElement(const CFGElement &Element, int BlockIdx, in PrettyStackTraceCFGElement()
148 const CFGElement &Element; member in clang::dataflow::__anon57fc8b7a0211::PrettyStackTraceCFGElement
420 for (const auto &Element : Block) { local
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddspkginit.c550 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h34 void push_back(const T &Element) { in push_back()

1234