Home
last modified time | relevance | path

Searched refs:EndFile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp268 CXFile StartFile, EndFile; in clang_formatDiagnostic() local
276 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic()
278 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h556 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3127 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument
3143 Asm->OutStreamer->AddComment(MacroFormToString(EndFile)); in emitMacroFileImpl()
3144 Asm->emitULEB128(EndFile); in emitMacroFileImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1135 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local
1351 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()