Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp100 void EndFile() { in EndFile() function in __anon078104730111::AddMacroState
167 state.EndFile(); in AddMacros()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h553 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3177 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument
3193 Asm->OutStreamer->AddComment(MacroFormToString(EndFile)); in emitMacroFileImpl()
3194 Asm->emitULEB128(EndFile); in emitMacroFileImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1137 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local
1353 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()