Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp398 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local
400 StringRef(IsEntryPoint ? "._Renamed.." : "_Renamed.."); in createXCOFFSymbolImpl()
413 if (IsEntryPoint) in createXCOFFSymbolImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h43 IsEntryPoint, enumerator
167 KIND_1(LVScopeKind, IsEntryPoint, IsFunction);
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp346 clEnumValN(LVScopeKind::IsEntryPoint, "EntryPoint",
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp99 {LVScopeKind::IsEntryPoint, &LVScope::getIsEntryPoint},