/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 { global() enum
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.h | 32 enum AllocType { enum
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 308 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 D | MemProfiler.cpp | 712 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 D | asan_allocator.h | 26 enum AllocType { enum
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 968 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 D | SemaExprCXX.cpp | 1829 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 D | TreeTransform.h | 13397 QualType AllocType = AllocTypeInfo->getType(); TransformCXXNewExpr() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3479 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 D | BitcodeReader.cpp | 7999 AllocationType AllocType = (AllocationType)Record[I++]; parseEntireSummary() local 8022 AllocationType AllocType = (AllocationType)Record[I++]; parseEntireSummary() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10478 uint8_t AllocType; parseMemProfs() local 10513 parseAllocType(uint8_t & AllocType) parseAllocType() argument [all...] |