Searched refs:EndFile (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 556 unsigned StartFile, unsigned EndFile,
|
H A D | DwarfDebug.cpp | 3127 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 D | GCOVProfiling.cpp | 1135 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local 1351 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()
|