Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp115 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 DMemoryBuiltins.cpp60 enum AllocType : uint8_t { global() enum
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h32 enum AllocType { enum
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp308 uint8_t AllocType = (uint8_t)AllocationType::None; computeAllocType() local
535 updateAllocationCall(CallInfo & Call,AllocationType AllocType) updateAllocationCall() argument
875 addOrUpdateCallerEdge(ContextNode * Caller,AllocationType AllocType,unsigned int ContextId) addOrUpdateCallerEdge() argument
951 uint8_t AllocType = (uint8_t)AllocationType::None; computeAllocType() local
967 uint8_t AllocType = (uint8_t)AllocationType::None; intersectAllocTypesImpl() local
1011 addStackNodesForMIB(ContextNode * AllocNode,CallStack<NodeT,IteratorT> & StackContext,CallStack<NodeT,IteratorT> & CallsiteContext,AllocationType AllocType) addStackNodesForMIB() argument
2600 checkColdOrNotCold(uint8_t AllocType) checkColdOrNotCold() argument
2786 updateAllocationCall(CallInfo & Call,AllocationType AllocType) updateAllocationCall() argument
2800 updateAllocationCall(CallInfo & Call,AllocationType AllocType) updateAllocationCall() argument
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp712 auto AllocType = getAllocType(AllocInfo->Info.getTotalLifetimeAccessDensity(), addCallStack() local
774 AllocationType AllocType = AllocationType::None; global() member
948 auto AllocType = addCallStack(AllocTrie, AllocInfo); readMemprof() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h26 enum AllocType { enum
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp968 StoreAnyExprIntoOneUnit(CodeGenFunction & CGF,const Expr * Init,QualType AllocType,Address NewPtr,AggValueSlot::Overlap_t MayOverlap) StoreAnyExprIntoOneUnit() argument
1099 QualType AllocType = E->getAllocatedType(); EmitNewArrayInitializer() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1829 hasNewExtendedAlignment(Sema & S,QualType AllocType) hasNewExtendedAlignment() argument
1965 QualType AllocType = TInfo->getType(); ActOnCXXNew() local
2034 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
2516 CheckAllocatedType(QualType AllocType,SourceLocation Loc,SourceRange R) CheckAllocatedType() argument
2699 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 DTreeTransform.h13397 QualType AllocType = AllocTypeInfo->getType(); TransformCXXNewExpr() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3479 expandStringLiteral(EvalInfo & Info,const StringLiteral * S,APValue & Result,QualType AllocType=QualType ()) expandStringLiteral() argument
6858 QualType AllocType = Info.Ctx.getConstantArrayType( HandleOperatorNewCall() local
6908 QualType AllocType = Pointer.Base.getDynamicAllocType(); CheckDeleteKind() local
9927 QualType AllocType = E->getAllocatedType(); VisitCXXNewExpr() local
10012 QualType AllocType; VisitCXXNewExpr() member
11154 VisitStringLiteral(const StringLiteral * E,QualType AllocType=QualType ()) VisitStringLiteral() argument
11176 EvaluateArrayNewInitList(EvalInfo & Info,LValue & This,APValue & Result,const InitListExpr * ILE,QualType AllocType) EvaluateArrayNewInitList() argument
11187 EvaluateArrayNewConstructExpr(EvalInfo & Info,LValue & This,APValue & Result,const CXXConstructExpr * CCE,QualType AllocType) EvaluateArrayNewConstructExpr() argument
11217 VisitInitListExpr(const InitListExpr * E,QualType AllocType) VisitInitListExpr() argument
11244 VisitCXXParenListOrInitListExpr(const Expr * ExprToVisit,ArrayRef<Expr * > Args,const Expr * ArrayFiller,QualType AllocType) VisitCXXParenListOrInitListExpr() argument
15647 QualType AllocType = Pointer.Base.getDynamicAllocType(); VisitCXXDeleteExpr() local
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7999 AllocationType AllocType = (AllocationType)Record[I++]; parseEntireSummary() local
8022 AllocationType AllocType = (AllocationType)Record[I++]; parseEntireSummary() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10478 uint8_t AllocType; parseMemProfs() local
10513 parseAllocType(uint8_t & AllocType) parseAllocType() argument
[all...]