Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp268 CXFile StartFile, EndFile; in clang_formatDiagnostic() local
273 &StartFile, &StartLine, &StartColumn, in clang_formatDiagnostic()
278 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp96 void StartFile(const FileSpec &file) { in StartFile() function in __anoned4c81f60111::AddMacroState
164 state.StartFile(entry.GetFileSpec(comp_unit)); in AddMacros()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h554 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3240 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument
3243 Asm->OutStreamer->AddComment(MacroFormToString(StartFile)); in emitMacroFileImpl()
3244 Asm->emitULEB128(StartFile); in emitMacroFileImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1080 FunctionCallee StartFile = getStartFileFunc(TLI); in insertCounterWriteout() local
1225 StartFile, in insertCounterWriteout()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1182 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument
1201 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()