| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterValuePrinter.cpp | 55 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 D | JITLinkGeneric.h | 136 bool NoAllocSection = Sec.getMemLifetime() == orc::MemLifetime::NoAlloc; in fixUpBlocks() 166 orc::MemLifetime::NoAlloc) && in fixUpBlocks()
|
| H A D | aarch64.cpp | 248 if (Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in createEmptyPointerSigningFunction() 331 if (Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in lowerPointer64AuthEdgesToSigningFunction()
|
| H A D | JITLinkMemoryManager.cpp | 29 Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in BasicLayout() 170 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in Create()
|
| H A D | JITLinkGeneric.cpp | 50 return S.getMemLifetime() == orc::MemLifetime::NoAlloc; in linkPhase1()
|
| H A D | CompactUnwindSupport.h | 223 CUSec->setMemLifetime(orc::MemLifetime::NoAlloc); in processAndReserveUnwindInfo()
|
| H A D | COFFLinkGraphBuilder.cpp | 159 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
|
| H A D | ELFLinkGraphBuilder.h | 370 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
|
| H A D | MachOLinkGraphBuilder.cpp | 188 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | MemoryFlags.h | 88 NoAlloc enumerator 100 case MemLifetime::NoAlloc:
|
| H A D | TargetProcessControlTypes.h | 40 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in RemoteAllocGroup()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 35 NoAlloc = 255 enumerator 475 case TargetStackID::NoAlloc: in isSupportedStackID()
|
| H A D | MIRYamlMapping.h | 382 IO.enumCase(ID, "noalloc", TargetStackID::NoAlloc);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 122 case TargetStackID::NoAlloc: in isSupportedStackID()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 114 else if (Sec.getMemLifetime() != MemLifetime::NoAlloc) in startSynthesis()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 943 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 D | SIFrameLowering.cpp | 922 case TargetStackID::NoAlloc: in isSupportedStackID()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 2322 case TargetStackID::NoAlloc: in isSupportedStackID()
|