Searched defs:LineIt (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 89 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 D | SymbolRemappingReader.cpp | 28 line_iterator LineIt(B, /*SkipBlanks=*/true, '#'); in read() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 41 line_iterator LineIt(*BufferOrErr.get(), /*SkipBlanks=*/true); in ReplayInlineAdvisor() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 435 line_iterator LineIt(*MBuf, /*SkipBlanks=*/true, /*CommentMarker=*/'#'); in getBBClusterInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 231 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 D | AMDGPU.cpp | 765 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 D | llvm-profdata.cpp | 162 for (line_iterator LineIt(*Remapper->File, /*SkipBlanks=*/true, '#'); in create() local
|