/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.h | 23 CodeViewContainer Container) in SymbolRecordMapping() 26 CodeViewContainer Container) in SymbolRecordMapping() 41 CodeViewContainer Container; variable
|
H A D | SymbolDumper.h | 30 CodeViewContainer Container, in CVSymbolDumper() 52 CodeViewContainer Container; variable
|
H A D | SymbolDeserializer.h | 56 CodeViewContainer Container) in SymbolDeserializer() argument 93 CodeViewContainer Container; variable
|
H A D | SymbolSerializer.h | 53 CodeViewContainer Container) { in writeOneSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 44 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 D | TextStubV5.cpp | 783 Array Container; in serializeScalar() local 795 Array Container; in serializeAttrToTargets() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolSerializer.cpp | 22 SymbolSerializer(BumpPtrAllocator & Allocator,CodeViewContainer Container) SymbolSerializer() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 115 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 D | PromoteMemoryToRegister.cpp | 596 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 D | MapLattice.h | 40 using Container = llvm::DenseMap<Key, ElementLattice>; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 575 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 D | ExtractAPIVisitor.h | 1205 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 D | Symbol.h | 85 typename C::iterator addEntry(C &Container, const Target &Targ) { in addEntry()
|
H A D | InterfaceFile.h | 453 typename C::iterator addEntry(C &Container, StringRef InstallName) { in addEntry()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 61 ObjCContainerRecord *Container, StringRef IvarName, RecordLinkage Linkage, in addObjCIVar()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 634 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 D | IndexDecl.cpp | 80 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 D | DylibReader.cpp | 36 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 212 DXContainer Container(Object); in create() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | DXContainer.h | 308 const DXContainer &Container; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1252 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 D | DynamicType.cpp | 233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 150 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 D | LVScope.cpp | 261 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 D | MinimalSymbolDumper.cpp | 411 auto &Container = IsType ? Types : Ids; in typeOrIdIndex() local
|