Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp103 void EndFile() { in EndFile() function in __anonb862a33f0111::AddMacroState
181 state.EndFile(); in AddMacros()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h626 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3272 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument
3288 Asm->OutStreamer->AddComment(MacroFormToString(EndFile)); in emitMacroFileImpl()
3289 Asm->emitULEB128(EndFile); in emitMacroFileImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1092 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local
1305 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()