Home
last modified time | relevance | path

Searched refs:BIEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp106 const uint8_t *BIEnd = BinaryIdsStart + BinaryIdsSize; in readBinaryIdsInternal() local
110 while (BI < BIEnd) { in readBinaryIdsInternal()
111 size_t Remaining = BIEnd - BI; in readBinaryIdsInternal()
123 Remaining = BIEnd - BI; in readBinaryIdsInternal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp963 MCSymbol *BIEnd = beginSymbolRecord(SymbolKind::S_BUILDINFO); in emitBuildInfo()
966 endSymbolRecord(BIEnd); in emitInlineeLinesSubsection()
959 MCSymbol *BIEnd = beginSymbolRecord(SymbolKind::S_BUILDINFO); emitBuildInfo() local