Searched refs:EndFile (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.cpp | 268 CXFile StartFile, EndFile; in clang_formatDiagnostic() local 276 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 278 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 102 void EndFile() { in EndFile() function in __anon16fdfc6f0111::AddMacroState 169 state.EndFile(); in AddMacros()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 552 unsigned StartFile, unsigned EndFile,
|
| H A D | DwarfDebug.cpp | 3204 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument 3220 Asm->OutStreamer->AddComment(MacroFormToString(EndFile)); in emitMacroFileImpl() 3221 Asm->emitULEB128(EndFile); in emitMacroFileImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 1084 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local 1300 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()
|