Home
last modified time | relevance | path

Searched refs:NoAlloc (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp55 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
86 return InterfaceKind::NoAlloc; in VisitFunctionProtoType()
91 return InterfaceKind::NoAlloc; in VisitPointerType()
98 return InterfaceKind::NoAlloc; in VisitReferenceType()
112 return InterfaceKind::NoAlloc; in VisitBuiltinType()
117 return InterfaceKind::NoAlloc; in VisitEnumType()
184 LookupInterface(ValuePrintingInfo[NoAlloc], Builtin[NoAlloc])) in ExtractValueFromExpr()
281 case InterfaceKind::NoAlloc: { in ExtractValueFromExpr()
283 S.ActOnCallExpr(Scope, ValuePrintingInfo[InterfaceKind::NoAlloc], in ExtractValueFromExpr()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h136 bool NoAllocSection = Sec.getMemLifetime() == orc::MemLifetime::NoAlloc; in fixUpBlocks()
166 orc::MemLifetime::NoAlloc) && in fixUpBlocks()
H A Daarch64.cpp248 if (Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in createEmptyPointerSigningFunction()
331 if (Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in lowerPointer64AuthEdgesToSigningFunction()
H A DJITLinkMemoryManager.cpp29 Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in BasicLayout()
170 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in Create()
H A DJITLinkGeneric.cpp50 return S.getMemLifetime() == orc::MemLifetime::NoAlloc; in linkPhase1()
H A DCompactUnwindSupport.h223 CUSec->setMemLifetime(orc::MemLifetime::NoAlloc); in processAndReserveUnwindInfo()
H A DCOFFLinkGraphBuilder.cpp159 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
H A DELFLinkGraphBuilder.h370 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
H A DMachOLinkGraphBuilder.cpp188 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h88 NoAlloc enumerator
100 case MemLifetime::NoAlloc:
H A DTargetProcessControlTypes.h40 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in RemoteAllocGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h35 NoAlloc = 255 enumerator
475 case TargetStackID::NoAlloc: in isSupportedStackID()
H A DMIRYamlMapping.h382 IO.enumCase(ID, "noalloc", TargetStackID::NoAlloc);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h122 case TargetStackID::NoAlloc: in isSupportedStackID()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp114 else if (Sec.getMemLifetime() != MemLifetime::NoAlloc) in startSynthesis()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp943 MFFrame.setStackID(FI, TargetStackID::NoAlloc); in getOrCreateFramePointerSaveIndex()
1074 MFFrame.setStackID(FrameIdx, TargetStackID::NoAlloc); in assignCalleeSavedSpillSlots()
1554 if (MFFrame.getStackID(FrameIdx) == TargetStackID::NoAlloc) { in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp922 case TargetStackID::NoAlloc: in isSupportedStackID()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp2322 case TargetStackID::NoAlloc: in isSupportedStackID()