Home
last modified time | relevance | path

Searched refs:IsEntryPoint (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h36 DbgVariableIntrinsic &DVI, bool OptimizeFrame, bool IsEntryPoint);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp454 const bool IsEntryPoint = InvalidName.starts_with("."); in createXCOFFSymbolImpl() local
456 StringRef(IsEntryPoint ? "._Renamed.." : "_Renamed.."); in createXCOFFSymbolImpl()
469 if (IsEntryPoint) in createXCOFFSymbolImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h43 IsEntryPoint, enumerator
167 KIND_1(LVScopeKind, IsEntryPoint, IsFunction);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp346 clEnumValN(LVScopeKind::IsEntryPoint, "EntryPoint",
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp90 {LVScopeKind::IsEntryPoint, &LVScope::getIsEntryPoint},