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

  /external/clang/include/clang/Tooling/
CompilationDatabase.h 83 /// Looks at the specified 'BuildDirectory' and creates a compilation database
94 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 68 IN CHAR8 *BuildDirectory,
123 UINT8 BuildDirectory[_MAX_PATH];
203 " -b BuildDirectory Specifies the full path to the component build directory",
428 IN CHAR8 *BuildDirectory,
440 BuildDirectory - name of section to find
457 while (strcmp (BuildDirectory, String) != 0) {
1089 IN CHAR8 *BuildDirectory,
1104 BuildDirectory - Name of the source directory parameter
1189 ReturnValue = ProcessScript (&FileBuffer[Size], Package, BuildDirectory, ForceUncompress);
1358 sprintf (FileName, "%s\\", BuildDirectory);
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 38 CompilationDatabase::loadFromDirectory(StringRef BuildDirectory,
48 Plugin->loadFromDirectory(BuildDirectory, DatabaseErrorMessage))

Completed in 86 milliseconds