Home
last modified time | relevance | path

Searched defs:LineIt (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp89 for (line_iterator LineIt(NewSymbolFile, /*SkipBlanks=*/true, '#'); in remapSymbols() local
111 for (line_iterator LineIt(OldSymbolFile, /*SkipBlanks=*/true, '#'); in remapSymbols() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSymbolRemappingReader.cpp28 line_iterator LineIt(B, /*SkipBlanks=*/true, '#'); in read() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp41 line_iterator LineIt(*BufferOrErr.get(), /*SkipBlanks=*/true); in ReplayInlineAdvisor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp435 line_iterator LineIt(*MBuf, /*SkipBlanks=*/true, /*CommentMarker=*/'#'); in getBBClusterInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp231 line_iterator LineIt(*Buffer, /*SkipBlanks=*/true, '#'); in readImpl() local
358 line_iterator LineIt(Buffer, /*SkipBlanks=*/true, '#'); in hasFormat() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp765 for (llvm::line_iterator LineIt(**OutputBuf); !LineIt.is_at_end(); ++LineIt) { in detectSystemGPUs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp162 for (line_iterator LineIt(*Remapper->File, /*SkipBlanks=*/true, '#'); in create() local