/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryProfileInfo.cpp | 115 addAllocTypeAttribute(LLVMContext & Ctx,CallBase * CI,AllocationType AllocType) addAllocTypeAttribute() argument 127 addCallStack(AllocationType AllocType,ArrayRef<uint64_t> StackIds) addCallStack() argument 175 createMIBNode(LLVMContext & Ctx,std::vector<uint64_t> & MIBCallStack,AllocationType AllocType) createMIBNode() argument
|
H A D | MemoryBuiltins.cpp | 60 enum AllocType : uint8_t { enum
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.h | 32 enum AllocType { enum
|
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | uttrack.c | 515 UINT8 AllocType, in AcpiUtTrackAllocation() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 464 updateAllocationCall(CallInfo & Call,AllocationType AllocType) updateAllocationCall() argument 811 addOrUpdateCallerEdge(ContextNode * Caller,AllocationType AllocType,unsigned int ContextId) addOrUpdateCallerEdge() argument 887 uint8_t AllocType = (uint8_t)AllocationType::None; computeAllocType() local 903 uint8_t AllocType = (uint8_t)AllocationType::None; intersectAllocTypesImpl() local 947 addStackNodesForMIB(ContextNode * AllocNode,CallStack<NodeT,IteratorT> & StackContext,CallStack<NodeT,IteratorT> & CallsiteContext,AllocationType AllocType) addStackNodesForMIB() argument 2438 checkColdOrNotCold(uint8_t AllocType) checkColdOrNotCold() argument 2626 updateAllocationCall(CallInfo & Call,AllocationType AllocType) updateAllocationCall() argument 2640 updateAllocationCall(CallInfo & Call,AllocationType AllocType) updateAllocationCall() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.h | 26 enum AllocType { enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 647 auto AllocType = getAllocType(AllocInfo->Info.getTotalLifetimeAccessDensity(), addCallStack() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 965 StoreAnyExprIntoOneUnit(CodeGenFunction & CGF,const Expr * Init,QualType AllocType,Address NewPtr,AggValueSlot::Overlap_t MayOverlap) StoreAnyExprIntoOneUnit() argument 1097 QualType AllocType = E->getAllocatedType(); EmitNewArrayInitializer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1783 hasNewExtendedAlignment(Sema & S,QualType AllocType) hasNewExtendedAlignment() argument 1935 QualType AllocType = TInfo->getType(); ActOnCXXNew() local 2004 BuildCXXNew(SourceRange Range,bool UseGlobal,SourceLocation PlacementLParen,MultiExprArg PlacementArgs,SourceLocation PlacementRParen,SourceRange TypeIdParens,QualType AllocType,TypeSourceInfo * AllocTypeInfo,std::optional<Expr * > ArraySize,SourceRange DirectInitRange,Expr * Initializer) BuildCXXNew() argument 2487 CheckAllocatedType(QualType AllocType,SourceLocation Loc,SourceRange R) CheckAllocatedType() argument 2674 FindAllocationFunctions(SourceLocation StartLoc,SourceRange Range,AllocationFunctionScope NewScope,AllocationFunctionScope DeleteScope,QualType AllocType,bool IsArray,bool & PassAlignment,MultiExprArg PlaceArgs,FunctionDecl * & OperatorNew,FunctionDecl * & OperatorDelete,bool Diagnose) FindAllocationFunctions() argument [all...] |
H A D | TreeTransform.h | 12562 QualType AllocType = AllocTypeInfo->getType(); TransformCXXNewExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3466 expandStringLiteral(EvalInfo & Info,const StringLiteral * S,APValue & Result,QualType AllocType=QualType ()) expandStringLiteral() argument 6812 QualType AllocType = Info.Ctx.getConstantArrayType( HandleOperatorNewCall() local 6862 QualType AllocType = Pointer.Base.getDynamicAllocType(); CheckDeleteKind() local 9841 QualType AllocType = E->getAllocatedType(); VisitCXXNewExpr() local 9926 QualType AllocType; VisitCXXNewExpr() member 10961 VisitStringLiteral(const StringLiteral * E,QualType AllocType=QualType ()) VisitStringLiteral() argument 10983 EvaluateArrayNewInitList(EvalInfo & Info,LValue & This,APValue & Result,const InitListExpr * ILE,QualType AllocType) EvaluateArrayNewInitList() argument 10994 EvaluateArrayNewConstructExpr(EvalInfo & Info,LValue & This,APValue & Result,const CXXConstructExpr * CCE,QualType AllocType) EvaluateArrayNewConstructExpr() argument 11024 VisitInitListExpr(const InitListExpr * E,QualType AllocType) VisitInitListExpr() argument 11051 VisitCXXParenListOrInitListExpr(const Expr * ExprToVisit,ArrayRef<Expr * > Args,const Expr * ArrayFiller,QualType AllocType) VisitCXXParenListOrInitListExpr() argument 15272 QualType AllocType = Pointer.Base.getDynamicAllocType(); VisitCXXDeleteExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7683 AllocationType AllocType = (AllocationType)Record[I++]; parseEntireSummary() local 7706 AllocationType AllocType = (AllocationType)Record[I++]; parseEntireSummary() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10029 uint8_t AllocType; parseMemProfs() local 10064 parseAllocType(uint8_t & AllocType) parseAllocType() argument [all...] |