Searched refs:EndFile (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 269 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 D | ClangExpressionSourceCode.cpp | 103 void EndFile() { in EndFile() function in __anon945087920111::AddMacroState 181 state.EndFile(); in AddMacros()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 631 unsigned StartFile, unsigned EndFile,
|
H A D | DwarfDebug.cpp | 3543 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 D | GCOVProfiling.cpp | 1121 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() 1334 Builder.CreateCall(EndFile, {}); in insertReset() 1092 FunctionCallee EndFile = getEndFileFunc(); insertCounterWriteout() local
|