Home
last modified time | relevance | path

Searched defs:Objects (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h42 ArgVector &Objects; variable
69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.cpp44 std::vector<Record *> Objects = R->getValueAsListOfDefs("Objects"); in HwModeSelect() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp117 std::vector<std::string> Objects; in main() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h107 Objects; variable
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devregion.c1025 ACPI_OBJECT Objects[2]; in AcpiEvExecuteOrphanRegMethod() local
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c212 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp357 SmallVector<Value *, 2> Objects; in visitPtr() local
H A DCodeExtractor.cpp1126 bool InsertBefore) { in insertLifetimeMarkersSurroundingCall()
H A DInlineFunction.cpp1227 SmallVector<const Value *, 4> Objects; in AddAliasScopeMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp914 SmallVector<const Value*, 4> Objects; in getModRefInfoForArgument() local
H A DInstructionSimplify.cpp2808 auto IsNAC = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
2815 auto IsAllocDisjoint = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
H A DValueTracking.cpp6582 SmallVectorImpl<const Value *> &Objects, in getUnderlyingObjects()
6697 SmallVectorImpl<Value *> &Objects) { in getUnderlyingObjectsForCodeGen()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp628 ObjectPair Objects = ObjectsOrErr.get(); in getOrCreateModuleInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h212 std::vector<StackObject> Objects; variable
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp660 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects; in write() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp892 std::vector<std::string> Objects; in main() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp132 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4688 std::vector<FrameObject> &Objects; member in __anonc2fd70990f11::GroupBuilder
4691 GroupBuilder(std::vector<FrameObject> &Objects) : Objects(Objects) {} in GroupBuilder()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1567 UINT32 Objects; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp156 Address Objects = CreateMemTemp(ElementArrayType, "objects"); in EmitObjCCollectionLiteral() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp961 CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) { in getUnambiguousPublicSubobjects()