Home
last modified time | relevance | path

Searched refs:StartFile (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp97 void StartFile(const FileSpec &file) { in StartFile() function in __anonb862a33f0111::AddMacroState
176 state.StartFile(entry.GetFileSpec(comp_unit)); 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
3275 Asm->OutStreamer->AddComment(MacroFormToString(StartFile)); in emitMacroFileImpl()
3276 Asm->emitULEB128(StartFile); in emitMacroFileImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1088 FunctionCallee StartFile = getStartFileFunc(TLI); in insertCounterWriteout() local
1230 StartFile, in insertCounterWriteout()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1605 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument
1624 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()