Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h23 CodeViewContainer Container) in SymbolRecordMapping()
26 CodeViewContainer Container) in SymbolRecordMapping()
41 CodeViewContainer Container; variable
H A DSymbolDumper.h30 CodeViewContainer Container, in CVSymbolDumper()
52 CodeViewContainer Container; variable
H A DSymbolDeserializer.h56 CodeViewContainer Container) in SymbolDeserializer() argument
93 CodeViewContainer Container; variable
H A DSymbolSerializer.h53 CodeViewContainer Container) { in writeOneSymbol()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp44 ObjCContainerRecord *Container = findContainer(/*isIVar=*/false, Super); in addRecord() local
58 ObjCContainerRecord *Container = findObjCInterface(Super); in findContainer() local
67 R *findRecord(K Key, const C &Container) { in findRecord()
150 auto *Container = findContainer(/*IsIVar=*/true, Name); in findObjCIVar() local
267 ObjCIVarRecord *RecordsSlice::addObjCIVar(ObjCContainerRecord *Container, in addObjCIVar()
H A DTextStubV5.cpp783 Array Container; in serializeScalar() local
795 Array Container; in serializeAttrToTargets() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp22 SymbolSerializer(BumpPtrAllocator & Allocator,CodeViewContainer Container) SymbolSerializer() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h115 LoopBlocksDFS(Loop *Container) : in LoopBlocksDFS() argument
177 LoopBlocksRPO(Loop *Container) : DFS(Container) {} in LoopBlocksRPO() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp596 auto ConvertDebugInfoForStore = [&](auto &Container) { in rewriteSingleStoreAlloca()
708 auto DbgUpdateForStore = [&](auto &Container) { in promoteSingleBlockAlloca()
727 auto DbgUpdateForAlloca = [&](auto &Container) { in promoteSingleBlockAlloca()
888 auto RemoveDbgDeclares = [&](auto &Container) { in run()
1147 auto ConvertDbgDeclares = [&](auto &Container) { in RenamePass()
1208 auto ConvertDbgDeclares = [&](auto &Container) { in RenamePass()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h40 using Container = llvm::DenseMap<Key, ElementLattice>; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp575 auto ExamineDbgValue = [](auto *DbgVal, auto &Container) { in filterInstsUnrelatedToPDI()
592 auto ExamineDbgDeclare = [&PDIRelated](auto *DbgDecl, auto &Container) { in filterInstsUnrelatedToPDI()
676 auto IsPDIRelated = [](auto *Rec, auto &Container, auto &UnrelatedCont) { in filterInstsUnrelatedToPDI()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1205 SymbolReference Container, const EnumDecl::enumerator_range Constants) { in recordEnumConstants()
1331 ObjCContainerRecord *Container, in recordObjCMethods()
1372 ObjCContainerRecord *Container, in recordObjCProperties()
1422 ObjCContainerRecord *Container, in recordObjCInstanceVariables()
1454 ObjCContainerRecord *Container, in recordObjCProtocols()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h85 typename C::iterator addEntry(C &Container, const Target &Targ) { in addEntry()
H A DInterfaceFile.h453 typename C::iterator addEntry(C &Container, StringRef InstallName) { in addEntry()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp61 ObjCContainerRecord *Container, StringRef IvarName, RecordLinkage Linkage, in addObjCIVar()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp634 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance() local
691 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp80 const ObjCImplDecl *Container) { in hasUserDefined()
540 auto *Container = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp36 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp212 DXContainer Container(Object); in create() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h308 const DXContainer &Container; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1252 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, in CollectOverriddenMethodsRecurse()
1312 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container, in CollectOverriddenMethods()
1385 const auto *Container = cast<ObjCContainerDecl>(getParent()); in findPropertyDecl() local
1397 [&](const ObjCContainerDecl *Container) -> const ObjCPropertyDecl * { in findPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h150 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {} in Container() function
176 Container(VisitReducerBase &S, unsigned N) {} in Container() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp261 auto RemoveElement = [Element, Predicate](auto &Container) -> bool { in removeElement() argument
875 __anonc6b9c58b0a02(auto &Container) markMissingParents() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp411 auto &Container = IsType ? Types : Ids; in typeOrIdIndex() local

12