HomeSort by relevance Sort by last modified time
    Searched refs:SourceFile (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 80 SOURCE_FILE SourceFile;
109 SOURCE_FILE *SourceFile
115 SOURCE_FILE *SourceFile
121 SOURCE_FILE *SourceFile
127 SOURCE_FILE *SourceFile
133 SOURCE_FILE *SourceFile
146 SOURCE_FILE *SourceFile,
153 SOURCE_FILE *SourceFile
167 SOURCE_FILE *SourceFile
221 return mGlobals.SourceFile.LineNum;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 73 SOURCE_FILE SourceFile;
102 SOURCE_FILE *SourceFile
108 SOURCE_FILE *SourceFile
114 SOURCE_FILE *SourceFile
120 SOURCE_FILE *SourceFile
126 SOURCE_FILE *SourceFile
139 SOURCE_FILE *SourceFile,
146 SOURCE_FILE *SourceFile
199 return mGlobals.SourceFile.LineNum;
221 if (mGlobals.SourceFile.FileName[0]) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 119 SOURCE_FILE *SourceFile
125 SOURCE_FILE *SourceFile,
133 SOURCE_FILE *SourceFile
139 SOURCE_FILE *SourceFile
145 SOURCE_FILE *SourceFile
151 SOURCE_FILE *SourceFile
157 IN SOURCE_FILE *SourceFile,
165 IN SOURCE_FILE *SourceFile,
174 IN SOURCE_FILE *SourceFile
186 SOURCE_FILE *SourceFile,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 132 SOURCE_FILE *SourceFile
138 SOURCE_FILE *SourceFile,
146 SOURCE_FILE *SourceFile
152 SOURCE_FILE *SourceFile
158 SOURCE_FILE *SourceFile
164 SOURCE_FILE *SourceFile
170 IN SOURCE_FILE *SourceFile,
178 IN SOURCE_FILE *SourceFile,
187 IN SOURCE_FILE *SourceFile
199 SOURCE_FILE *SourceFile,
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 23 : Session(PDBSession), SourceFile(DiaSourceFile) {}
27 HRESULT Result = SourceFile->get_fileName(&FileName16);
40 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0;
45 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr);
49 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]);
57 HRESULT Result = SourceFile->get_checksumType(&Type);
66 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator);
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 32 CComPtr<IDiaSourceFile> getDiaFile() const { return SourceFile; }
36 CComPtr<IDiaSourceFile> SourceFile;
  /external/proguard/examples/
applets.pro 20 -renamesourcefileattribute SourceFile
21 -keepattributes SourceFile,LineNumberTable
applications.pro 24 -renamesourcefileattribute SourceFile
25 -keepattributes SourceFile,LineNumberTable
library.pro 23 -renamesourcefileattribute SourceFile
25 SourceFile,LineNumberTable,EnclosingMethod
servlets.pro 21 -renamesourcefileattribute SourceFile
22 -keepattributes SourceFile,LineNumberTable
  /prebuilts/tools/common/proguard/proguard4.7/examples/
applets.pro 20 -renamesourcefileattribute SourceFile
21 -keepattributes SourceFile,LineNumberTable
applications.pro 24 -renamesourcefileattribute SourceFile
25 -keepattributes SourceFile,LineNumberTable
library.pro 23 -renamesourcefileattribute SourceFile
25 SourceFile,LineNumberTable,EnclosingMethod
servlets.pro 21 -renamesourcefileattribute SourceFile
22 -keepattributes SourceFile,LineNumberTable
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 65 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
78 createSourceFileView(StringRef SourceFile, CoverageMapping &Coverage);
151 CodeCoverageTool::getSourceFile(StringRef SourceFile) {
154 auto Loc = RemappedFilenames.find(SourceFile);
156 SourceFile = Loc->second;
159 if (sys::fs::equivalent(SourceFile, Files.first))
161 auto Buffer = MemoryBuffer::getFile(SourceFile);
163 deferError(EC.message(), SourceFile);
167 LoadedSourceFiles.emplace_back(SourceFile, std::move(Buffer.get()));
213 CodeCoverageTool::createSourceFileView(StringRef SourceFile,
    [all...]
gcov.cpp 23 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir,
30 CoverageFileStem = sys::path::parent_path(SourceFile);
31 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
34 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
81 FI.print(llvm::outs(), SourceFile, GCNO, GCDA);
86 cl::desc("SOURCEFILE"));
141 for (const auto &SourceFile : SourceFiles)
142 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV,
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId());
59 if (SourceFile &&
61 Result.FileName = SourceFile->getFileName();

Completed in 2102 milliseconds

1 2 3 4 5 6 7 8