Searched refs:StartFile (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.cpp | 268 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 D | ClangExpressionSourceCode.cpp | 96 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 D | DwarfDebug.h | 554 unsigned StartFile, unsigned EndFile,
|
| H A D | DwarfDebug.cpp | 3240 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 D | GCOVProfiling.cpp | 1080 FunctionCallee StartFile = getStartFileFunc(TLI); in insertCounterWriteout() local 1225 StartFile, in insertCounterWriteout()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1182 std::string &FunctionName, std::string &StartFile, uint32_t &StartLine, in getFunctionNameAndStartLineForAddress() argument 1201 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
|