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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp97 void StartFile(const FileSpec &file) { function in class:__anon1264::AddMacroState
176 state.StartFile(entry.GetFileSpec(comp_unit));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h626 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3284 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile,
3287 Asm->OutStreamer->AddComment(MacroFormToString(StartFile));
3288 Asm->emitULEB128(StartFile);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1088 FunctionCallee StartFile = getStartFileFunc(TLI); local
1230 StartFile,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1603 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine,
1622 StartFile = DeclFile;
1600 getFunctionNameAndStartLineForAddress( DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, DILineInfoSpecifier::FileLineInfoKind FileNameKind, std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, std::optional<uint64_t> &StartAddress) argument

Completed in 101 milliseconds