Searched refs:StartFile (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.cpp | 97 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 D | DwarfDebug.h | 626 unsigned StartFile, unsigned EndFile,
|
H A D | DwarfDebug.cpp | 3272 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 D | GCOVProfiling.cpp | 1088 FunctionCallee StartFile = getStartFileFunc(TLI); in insertCounterWriteout() local 1230 StartFile, in insertCounterWriteout()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1605 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument 1624 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
|