Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp115 AllocationType AllocType) { in addAllocTypeAttribute()
127 void CallStackTrie::addCallStack(AllocationType AllocType, in addCallStack()
175 AllocationType AllocType) { in createMIBNode()
H A DMemoryBuiltins.cpp60 enum AllocType : uint8_t { enum
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h32 enum AllocType { enum
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c515 UINT8 AllocType, in AcpiUtTrackAllocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp464 void updateAllocationCall(CallInfo &Call, AllocationType AllocType) { in updateAllocationCall()
811 addOrUpdateCallerEdge(ContextNode *Caller, AllocationType AllocType, in addOrUpdateCallerEdge()
887 uint8_t AllocType = (uint8_t)AllocationType::None; in computeAllocType() local
903 uint8_t AllocType = (uint8_t)AllocationType::None; in intersectAllocTypesImpl() local
947 CallStack<NodeT, IteratorT> &CallsiteContext, AllocationType AllocType) { in addStackNodesForMIB()
2438 bool checkColdOrNotCold(uint8_t AllocType) { in checkColdOrNotCold()
2626 CallInfo &Call, AllocationType AllocType) { in updateAllocationCall()
2640 AllocationType AllocType) { in updateAllocationCall()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h26 enum AllocType { enum
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp647 auto AllocType = getAllocType(AllocInfo->Info.getTotalLifetimeAccessDensity(), in addCallStack() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp965 QualType AllocType, Address NewPtr, in StoreAnyExprIntoOneUnit()
1097 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1783 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment()
1935 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
2004 SourceRange TypeIdParens, QualType AllocType, in BuildCXXNew()
2487 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
2674 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DTreeTransform.h12562 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3466 QualType AllocType = QualType()) { in expandStringLiteral()
6812 QualType AllocType = Info.Ctx.getConstantArrayType( in HandleOperatorNewCall() local
6862 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind() local
9841 QualType AllocType = E->getAllocatedType(); in VisitCXXNewExpr() local
9926 QualType AllocType; in VisitCXXNewExpr() member
10961 QualType AllocType = QualType()) { in VisitStringLiteral()
10983 QualType AllocType) { in EvaluateArrayNewInitList()
10994 QualType AllocType) { in EvaluateArrayNewConstructExpr()
11024 QualType AllocType) { in VisitInitListExpr()
11051 QualType AllocType) { in VisitCXXParenListOrInitListExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7683 AllocationType AllocType = (AllocationType)Record[I++]; in parseEntireSummary() local
7706 AllocationType AllocType = (AllocationType)Record[I++]; in parseEntireSummary() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10029 uint8_t AllocType; in parseMemProfs() local
10064 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType()