Searched refs:NoAlloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h136 bool NoAllocSection = Sec.getMemLifetime() == orc::MemLifetime::NoAlloc;
163 // that no edges point to symbols in NoAlloc sections.
166 orc::MemLifetime::NoAlloc) &&
H A DJITLinkMemoryManager.cpp27 // Skip empty sections, and sections with NoAlloc lifetime policies.
29 Sec.getMemLifetime() == orc::MemLifetime::NoAlloc)
167 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc &&
168 "NoAlloc segments are not supported by SimpleSegmentAlloc");
H A DJITLinkGeneric.cpp53 return S.getMemLifetime() == orc::MemLifetime::NoAlloc;
H A DELFLinkGraphBuilder.h367 // Non-SHF_ALLOC sections get NoAlloc memory lifetimes.
369 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc);
372 << "\" is not a SHF_ALLOC section. Using NoAlloc lifetime.\n";
H A DCOFFLinkGraphBuilder.cpp165 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc);
H A DMachOLinkGraphBuilder.cpp194 // TODO: Are there any other criteria for NoAlloc lifetime?
196 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc);
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp527 if (!LookupInterface(ValuePrintingInfo[NoAlloc],
528 MagicRuntimeInterface[NoAlloc]))
633 case Interpreter::InterfaceKind::NoAlloc: {
636 Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::NoAlloc],
661 return Interpreter::InterfaceKind::NoAlloc;
666 return Interpreter::InterfaceKind::NoAlloc;
673 return Interpreter::InterfaceKind::NoAlloc;
687 return Interpreter::InterfaceKind::NoAlloc;
692 return Interpreter::InterfaceKind::NoAlloc;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h85 /// NoAlloc memory should not be allocated by the JITLinkMemoryManager at
88 NoAlloc
100 case MemLifetime::NoAlloc:
H A DTargetProcessControlTypes.h40 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h33 NoAlloc = 255 enumerator in enum:llvm::TargetStackID::Value
444 case TargetStackID::NoAlloc:
H A DMIRYamlMapping.h379 IO.enumCase(ID, "noalloc", TargetStackID::NoAlloc);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h110 case TargetStackID::NoAlloc:
/freebsd-current/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h132 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator in enum:clang::Interpreter::InterfaceKind
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp114 else if (Sec.getMemLifetime() != MemLifetime::NoAlloc)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1550 case TargetStackID::NoAlloc:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1033 // frame. Mark the frame index as NoAlloc to indicate it as such.
1037 MFFrame.setStackID(FrameIdx, TargetStackID::NoAlloc);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp869 case TargetStackID::NoAlloc:

Completed in 235 milliseconds