Home
last modified time | relevance | path

Searched refs:EntryNum (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1222 unsigned EntryNum = 0; in getExceptionSectionSize() local
1228 EntryNum += it->second.Entries.size() + 1; in getExceptionSectionSize()
1230 return EntryNum * (is64Bit() ? XCOFF::ExceptionSectionEntrySize64 in getExceptionSectionSize()
1235 unsigned EntryNum = 0; in getExceptionOffset() local
1240 EntryNum += it->second.Entries.size() + 1; in getExceptionOffset()
1242 return EntryNum * (is64Bit() ? XCOFF::ExceptionSectionEntrySize64 in getExceptionOffset()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1278 auto EntryNum = readUnencodedNumber<uint64_t>(); in readSecHdrTable() local
1279 if (std::error_code EC = EntryNum.getError()) in readSecHdrTable()
1282 for (uint64_t i = 0; i < (*EntryNum); i++) in readSecHdrTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp881 unsigned EntryNum = Entry->getNumber(); in propagate() local
884 FlowQ.push(CFGEdge(EntryNum, EntryNum)); in propagate()
894 if (Edge.first != EntryNum) in propagate()