Home
last modified time | relevance | path

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

/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.cpp269 CXFile StartFile, EndFile; in clang_formatDiagnostic()
277 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic()
279 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
268 CXFile StartFile, EndFile; clang_formatDiagnostic() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp103 void EndFile() { in EndFile() function in __anon945087920111::AddMacroState
181 state.EndFile(); in AddMacros()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h631 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3543 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile,
3559 Asm->OutStreamer->AddComment(MacroFormToString(EndFile)); in addAccelNameImpl()
3560 Asm->emitULEB128(EndFile); in addAccelNameImpl()
3270 emitMacroFileImpl(DIMacroFile & MF,DwarfCompileUnit & U,unsigned StartFile,unsigned EndFile,StringRef (* MacroFormToString)(unsigned Form)) emitMacroFileImpl() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1121 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout()
1334 Builder.CreateCall(EndFile, {}); in insertReset()
1092 FunctionCallee EndFile = getEndFileFunc(); insertCounterWriteout() local