HomeSort by relevance Sort by last modified time
    Searched defs:FileName (Results 201 - 225 of 307) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 278 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
281 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
283 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
285 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
298 StringRef getFileName() const { return FileName; }
304 StringRef FileName;
317 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
319 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 335 StringRef FileName;
337 FileName = RemainingExpr.substr(0, ComaIdx).rtrim();
364 FileName, SectionName, Symbol, PCtx.IsInsideLoad);
380 StringRef FileName;
382 FileName = RemainingExpr.substr(0, ComaIdx).rtrim();
401 FileName, SectionName, PCtx.IsInsideLoad);
758 RuntimeDyldCheckerImpl::findSectionAddrInfo(StringRef FileName,
761 auto SectionMapItr = Stubs.find(FileName);
764 ErrorMsg += FileName;
784 FileName + "'\n").str())
    [all...]
  /external/llvm/lib/ProfileData/
InstrProf.cpp 128 StringRef FileName,
130 return GlobalValue::getGlobalIdentifier(RawFuncName, Linkage, FileName);
145 StringRef FileName = (StaticFuncFullModulePrefix
147 : sys::path::filename(F.getParent()->getName()));
148 return getPGOFuncName(F.getName(), F.getLinkage(), FileName, Version);
163 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName, StringRef FileName) {
164 if (FileName.empty())
167 if (PGOFuncName.startswith(FileName))
168 PGOFuncName = PGOFuncName.drop_front(FileName.size() + 1);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 386 << D.second.FileName << ", line:" << D.second.Line << "\n";
505 std::string FileName = SectionIDStr.substr(0, ComaIdx);
511 Checker.getSectionAddr(FileName, SectionName, true);
685 for (auto &Filename : InputFileList) {
688 MemoryBuffer::getFileOrSTDIN(Filename);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.h 119 CPVRTStringHash FileName;
456 @return The filename for this PFX file
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiHob.h 253 EFI_GUID FileName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 142 std::string FileName;
433 /// \brief Add a top-level header filename associated with this module.
434 void addTopHeaderFilename(StringRef Filename) {
435 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Module.h 159 std::string FileName;
457 /// \brief Add a top-level header filename associated with this module.
458 void addTopHeaderFilename(StringRef Filename) {
459 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Module.h 159 std::string FileName;
457 /// \brief Add a top-level header filename associated with this module.
458 void addTopHeaderFilename(StringRef Filename) {
459 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 142 std::string FileName;
433 /// \brief Add a top-level header filename associated with this module.
434 void addTopHeaderFilename(StringRef Filename) {
435 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Module.h 159 std::string FileName;
457 /// \brief Add a top-level header filename associated with this module.
458 void addTopHeaderFilename(StringRef Filename) {
459 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Module.h 159 std::string FileName;
457 /// \brief Add a top-level header filename associated with this module.
458 void addTopHeaderFilename(StringRef Filename) {
459 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Module.h 167 std::string FileName;
476 /// \brief Add a top-level header filename associated with this module.
477 void addTopHeaderFilename(StringRef Filename) {
478 TopHeaderNames.push_back(Filename);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1122 CHAR8 FileName[_MAX_PATH];
1352 FileName[0] = 0;
1358 sprintf (FileName, "%s\\", BuildDirectory);
1365 Index2 = strlen (FileName);
1366 FileName[Index2++] = Buffer[Index3++];
1367 FileName[Index2] = 0;
1371 InFile = fopen (FileName, "rb");
1373 Error (NULL, 0, 0, FileName, "failed to open file for reading");
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 33 // Define a structure that correlates filename extensions to an enumerated
95 INT8 *FileName;
103 INT8 *FileName;
115 STRING_LIST *ExcludeExtensions; // list of filename extensions to exclude (.inf, .pkg)
147 INT8 *FileName
153 INT8 *FileName
171 INT8 *FileName
177 INT8 *FileName,
185 INT8 *FileName
191 INT8 *FileName
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 59 INT8 FileName[MAX_PATH];
100 INT8 StringCFileName[MAX_PATH]; // output .C filename
103 INT8 BaseName[MAX_PATH]; // base filename of the strings file
206 IN INT8 *FileName,
466 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName);
473 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth);
480 strcpy (FoundFileName, SourceFile->FileName);
487 Error (NULL, 0, 0, SourceFile->FileName, "file not found");
492 SourceFile->Fptr = FindFile (SourceFile->FileName, FoundFileName, sizeof (FoundFileName));
494 Error (ParentSourceFile->FileName, ParentSourceFile->LineNum, 0, SourceFile->FileName, "include file not found");
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h 189 CHAR8 FileName[11]; // 8.3 filename
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c 395 @param FileName File name of the image.
408 IN EFI_GUID *FileName,
455 if (FileName != NULL) {
456 CopyMem (&DriverInfo->FileName, FileName, sizeof (EFI_GUID));
496 @param FileName File name of the image.
504 IN EFI_GUID *FileName,
520 EfiInitializeFwVolDevicepathNode (FilePath, FileName);
537 @param FileName File name of the image.
544 IN EFI_GUID *FileName,
    [all...]

Completed in 911 milliseconds

1 2 3 4 5 6 7 891011>>