HomeSort by relevance Sort by last modified time
    Searched refs:EndFile (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 281 CXFile StartFile, EndFile;
289 &EndFile, &EndLine, &EndColumn, nullptr);
291 if (StartFile != EndFile || StartFile != File)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 849 Constant *EndFile = getEndFileFunc();
886 Builder.CreateCall(EndFile, {});
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 637 Constant *EndFile = getEndFileFunc();
662 Builder.CreateCall(EndFile);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 921 Constant *EndFile = getEndFileFunc();
    [all...]

Completed in 522 milliseconds