Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h42 ArgVector &Objects; variable
68 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp33 std::vector<Record*> Objects = R->getValueAsListOfDefs("Objects"); in HwModeSelect() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp117 std::vector<std::string> Objects; in main() local
/openbsd-src/gnu/llvm/clang/docs/
H A DOffloadingDesign.rst251 .. _Device Linking:
H A DAutomaticReferenceCounting.rst1387 Objects subsection
1398 .. _arc.ownership.inference.indirect_parameters:
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlref.pod416 =head3 Objects subsection
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDebugMap.h80 ObjectContainer Objects; variable
H A DMachODebugMapParser.cpp372 auto Objects = ObjectEntry->getObjectsAs<MachOObjectFile>(); in dumpStab() local
397 auto Objects = ObjectEntry->getObjectsAs<MachOObjectFile>(); in parse() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComparisonCategories.h108 Objects; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp354 SmallVector<Value *, 2> Objects; in visitPtr() local
H A DCodeExtractor.cpp1105 bool InsertBefore) { in insertLifetimeMarkersSurroundingCall()
H A DInlineFunction.cpp1230 SmallVector<const Value *, 4> Objects; in AddAliasScopeMetadata() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp387 std::vector<std::string> Objects; in convertFileToGSYM() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp581 ObjectPair Objects = ObjectsOrErr.get(); in getOrCreateModuleInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DGlobalsModRef.cpp909 SmallVector<const Value*, 4> Objects; in getModRefInfoForArgument() local
H A DValueTracking.cpp4614 SmallVectorImpl<const Value *> &Objects, in getUnderlyingObjects()
4685 SmallVectorImpl<Value *> &Objects) { in getUnderlyingObjectsForCodeGen()
H A DInstructionSimplify.cpp2825 auto IsNAC = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
2832 auto IsAllocDisjoint = [](ArrayRef<const Value *> Objects) { in computePointerICmp()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h212 std::vector<StackObject> Objects; variable
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp584 SmallVector<OwningBinary<object::ObjectFile>, 128> Objects; in write() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp793 std::vector<std::string> Objects; in main() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp132 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUUsage.rst646 .. _amdgpu-address-spaces:
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3830 std::vector<FrameObject> &Objects; member in __anon2d18fa500a11::GroupBuilder
3833 GroupBuilder(std::vector<FrameObject> &Objects) : Objects(Objects) {} in GroupBuilder()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp157 Address Objects = CreateMemTemp(ElementArrayType, "objects"); in EmitObjCCollectionLiteral() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp949 CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) { in getUnambiguousPublicSubobjects()