Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md127 ### Structure of Documentation
167 ### Existing APIs
428 ### New APIs for Single-Stream Operation
867 ### New APIs for Multi-Stream Operation
1175 ### Future APIs
1183 ### Existing APIs
1227 ### New APIs
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h43 ArgVector &Objects; variable
70 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.cpp43 std::vector<const 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.cpp1125 bool InsertBefore) { in insertLifetimeMarkersSurroundingCall()
H A DInlineFunction.cpp1249 SmallVector<const Value *, 4> Objects; in AddAliasScopeMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp929 SmallVector<const Value*, 4> Objects; in getModRefInfoForArgument() local
H A DInstructionSimplify.cpp2757 auto IsNAC = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
2764 auto IsAllocDisjoint = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
H A DValueTracking.cpp6697 SmallVectorImpl<const Value *> &Objects, in getUnderlyingObjects()
6812 SmallVectorImpl<Value *> &Objects) { in getUnderlyingObjectsForCodeGen()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h214 std::vector<StackObject> Objects; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp662 ObjectPair Objects = ObjectsOrErr.get(); in getOrCreateModuleInfo() local
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp657 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects; in write() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp906 std::vector<std::string> Objects; in main() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp141 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp5373 std::vector<FrameObject> &Objects; member in __anonc2fd70991411::GroupBuilder
5376 GroupBuilder(std::vector<FrameObject> &Objects) : Objects(Objects) {} in GroupBuilder()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h1568 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.cpp943 CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) { in getUnambiguousPublicSubobjects()