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

1 2

  /external/swiftshader/third_party/subzero/runtime/
szrt_profiler.c 7 const char *const BlockName;
57 printf("%" PRIu64 "\t%s\n", (*curr)->Counter, (*curr)->BlockName);
  /external/clang/lib/Frontend/
TestModuleFileExtension.h 22 std::string BlockName;
47 TestModuleFileExtension(StringRef BlockName,
52 : BlockName(BlockName),
TestModuleFileExtension.cpp 38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
83 return { BlockName, MajorVersion, MinorVersion, UserInfo };
89 Code = llvm::hash_combine(Code, BlockName);
109 assert(Metadata.BlockName == BlockName && "Wrong block name");
114 << BlockName << Metadata.MajorVersion << Metadata.MinorVersion
CompilerInvocation.cpp     [all...]
FrontendActions.cpp 582 << Metadata.BlockName << "' " << Metadata.MajorVersion
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dblk.c 107 CONST CHAR16 *BlockName;
149 BlockName = ShellCommandLineGetRawValue(Package, 1);
183 if (gEfiShellProtocol->GetDevicePathFromMap(BlockName) == NULL) {
184 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"dblk", BlockName);
187 DevPath = (EFI_DEVICE_PATH_PROTOCOL*)gEfiShellProtocol->GetDevicePathFromMap(BlockName);
189 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_MAP_PROTOCOL), gShellDebug1HiiHandle, L"dblk", BlockName, L"BlockIo");
192 ShellStatus = DisplayTheBlocks(gEfiShellProtocol->GetDevicePathFromMap(BlockName), Lba, (UINT8)BlockCount);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 211 std::string FunctionName, BlockName;
213 In >> BlockName;
214 if (!BlockName.empty())
216 std::make_pair(FunctionName, BlockName));
276 std::string &BlockName = BlocksToNotExtractByName.back().second;
282 if (BB.getName() != BlockName) continue;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 204 std::string FunctionName, BlockName;
206 In >> BlockName;
207 if (!BlockName.empty())
209 std::make_pair(FunctionName, BlockName));
266 std::string &BlockName = BlocksToNotExtractByName.back().second;
274 if (BB.getName() != BlockName) continue;
  /external/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 40 std::string BlockName;
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 126 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME";
348 const char *BlockName = 0;
351 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader())))
352 errs() << BlockName;
356 if (NonSymbolic && BlockName)
382 if (BlockName)
383 errs() << BlockName << ">\n";
552 if (const char *BlockName = GetBlockName(I->first, StreamFile))
553 errs() << " (" << BlockName << ")";
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 704 OUT CHAR16 **BlockName
711 this array is "Vfr + <StorageName> + BlockName", e.g. "VfrMyIfrNVDataBlockName".
722 BlockName - The returned <BlockName>
726 EFI_INVALID_PARAMETER - Buffer is NULL or BlockName is NULL.
737 if ((Buffer == NULL) || (BlockName == NULL)) {
748 // <BlockName> ::= &OFFSET=1234&WIDTH=1234
752 *BlockName = StringPtr;
922 CHAR16 *BlockName;
976 Status = ExtractBlockName (BlockNameArray, &BlockName);
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 139 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME";
501 const char *BlockName = nullptr;
504 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(),
506 outs() << BlockName;
510 if (NonSymbolic && BlockName)
537 if (BlockName)
538 outs() << BlockName << ">\n";
836 if (const char *BlockName = GetBlockName(I->first, StreamFile,
838 outs() << " (" << BlockName << ")";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 471 std::string BlockName;
481 BlockName = MF->getFunction()->getNameStr() + ":" +
485 << " '" << BlockName << "'\n"; CurDAG->dump());
487 if (ViewDAGCombine1) CurDAG->viewGraph("dag-combine1 input for " + BlockName);
496 << " '" << BlockName << "'\n"; CurDAG->dump());
501 BlockName);
510 << " '" << BlockName << "'\n"; CurDAG->dump());
514 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
524 << " '" << BlockName << "'\n"; CurDAG->dump());
539 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 727 std::string BlockName;
743 BlockName =
747 << " '" << BlockName << "'\n"; CurDAG->dump());
750 CurDAG->viewGraph("dag-combine1 input for " + BlockName);
759 << " '" << BlockName << "'\n"; CurDAG->dump());
764 CurDAG->viewGraph("legalize-types input for " + BlockName);
773 << " '" << BlockName << "'\n"; CurDAG->dump());
779 CurDAG->viewGraph("dag-combine-lt input for " + BlockName);
789 << " '" << BlockName << "'\n"; CurDAG->dump());
805 CurDAG->viewGraph("dag-combine-lv input for " + BlockName);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c     [all...]
IfrParse.c 665 Initialize Request Element of a Question. <RequestElement> ::= '&'<BlockName> | '&'<Label>
719 Question->BlockName = AllocateCopyPool ((StrLen + 1) * sizeof (CHAR16), RequestElement);
971 if (Statement->BlockName != NULL) {
972 FreePool (Statement->BlockName);
    [all...]
Setup.h 332 CHAR16 *BlockName; // Buffer storage block name: "OFFSET=...WIDTH=..."
    [all...]

Completed in 1221 milliseconds

1 2