Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h35 DbgVariableIntrinsic &DVI, bool OptimizeFrame, bool IsEntryPoint);
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp400 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local
402 StringRef(IsEntryPoint ? "._Renamed.." : "_Renamed.."); in createXCOFFSymbolImpl()
415 if (IsEntryPoint) in createXCOFFSymbolImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h43 IsEntryPoint, enumerator
167 KIND_1(LVScopeKind, IsEntryPoint, IsFunction);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp346 clEnumValN(LVScopeKind::IsEntryPoint, "EntryPoint",
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp90 {LVScopeKind::IsEntryPoint, &LVScope::getIsEntryPoint},