Searched refs:StartFile (Results 1 – 10 of 10) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 281 CXFile StartFile, EndFile; in clang_formatDiagnostic() local 286 &StartFile, &StartLine, &StartColumn, in clang_formatDiagnostic() 291 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
|
/external/llvm-project/clang/tools/libclang/ |
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()
|
/external/tensorflow/tensorflow/js/ops/ |
D | ts_op_gen.cc | 234 void StartFile(WritableFile* ts_file) { in StartFile() function 272 StartFile(ts_file.get()); in WriteTSOps()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 588 FileID StartFile = SM.getFileID(DR.getBeginLoc()); in completeDeferred() local 589 if (SM.getFileID(DeferredEndLoc) != StartFile) { in completeDeferred() 590 if (isNestedIn(DeferredEndLoc, StartFile)) { in completeDeferred() 593 } while (StartFile != SM.getFileID(DeferredEndLoc)); in completeDeferred()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 845 Constant *StartFile = getStartFileFunc(); in insertCounterWriteout() local 862 Builder.CreateCall(StartFile, in insertCounterWriteout()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 539 unsigned StartFile, unsigned EndFile,
|
D | DwarfDebug.cpp | 3048 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument 3051 Asm->OutStreamer->AddComment(MacroFormToString(StartFile)); in emitMacroFileImpl() 3052 Asm->emitULEB128(StartFile); in emitMacroFileImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 961 FunctionCallee StartFile = getStartFileFunc(TLI); in insertCounterWriteout() local 1107 StartFile, in insertCounterWriteout()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 1128 FunctionCallee StartFile = getStartFileFunc(TLI); in insertCounterWriteout() local 1273 StartFile, in insertCounterWriteout()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1039 std::string &StartFile, in getFunctionNameAndStartLineForAddress() argument 1058 StartFile = DeclFile; in getFunctionNameAndStartLineForAddress()
|