Home
last modified time | relevance | path

Searched defs:Gap (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp82 size_t Gap = 0; global() member in __anon74b2c1380111::GOFFOstream
160 size_t Gap; newRecord() local
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp186 setGap(bool Gap) setGap() argument
1455 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); VisitStmt() local
1597 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); VisitWhileStmt() local
1717 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); VisitForStmt() local
1760 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); VisitCXXForRangeStmt() local
1799 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); VisitObjCForCollectionStmt() local
2026 std::optional<SourceRange> Gap = VisitIfStmt() local
2044 std::optional<SourceRange> Gap = VisitIfStmt() local
2107 auto Gap = VisitAbstractConditionalOperator() local
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp81 RemainingSize += GOFF::PayloadLength - Gap; in makeNewRecord() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp107 LVLocation *Gap = getReader().createLocationSymbol(); in addLocationGap() local
/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp218 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; buildJumpTable() local
H A DRegAllocGreedy.cpp1521 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { calcGapWeights() local
1548 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { calcGapWeights() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp275 IntRange Gap = {GapLow, GapHigh}; SwitchConvert() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp90 for (auto &Gap : Gaps) { in printLocalVariableAddrGap() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp1499 uint64_t Gap = Itr->second->getAddress() - EndAddress; fixBinaryDataHoles() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp720 for (const LocalVariableAddrGap &Gap : Gaps) { printLocalVariableAddrGap() local