Searched defs:BlockName (Results 1 - 6 of 6) sorted by relevance
/external/clang/include/clang/Serialization/ |
H A D | ModuleFileExtension.h | 40 std::string BlockName; member in struct:clang::ModuleFileExtensionMetadata
|
/external/clang/lib/Frontend/ |
H A D | TestModuleFileExtension.h | 22 std::string BlockName; member in class:clang::TestModuleFileExtension 47 TestModuleFileExtension(StringRef BlockName, argument 52 : BlockName(BlockName),
|
H A D | CompilerInvocation.cpp | 877 std::string &BlockName, 887 BlockName = Args[0]; 990 std::string BlockName; local 995 if (parseTestModuleFileExtensionArg(Arg, BlockName, MajorVersion, 1004 new TestModuleFileExtension(BlockName, MajorVersion, MinorVersion, 876 parseTestModuleFileExtensionArg(StringRef Arg, std::string &BlockName, unsigned &MajorVersion, unsigned &MinorVersion, bool &Hashed, std::string &UserInfo) argument
|
/external/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 211 std::string FunctionName, BlockName; local 213 In >> BlockName; local 214 if (!BlockName.empty()) 216 std::make_pair(FunctionName, BlockName)); 273 std::string &BlockName = BlocksToNotExtractByName.back().second; local 281 if (BB.getName() != BlockName) continue;
|
/external/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 422 const char *BlockName = nullptr; local 425 if ((BlockName = GetBlockName(BlockID, *Stream.getBitStreamReader(), 427 outs() << BlockName; 431 if (NonSymbolic && BlockName) 458 if (BlockName) 459 outs() << BlockName << ">\n"; 705 if (const char *BlockName = GetBlockName(I->first, StreamFile, 707 outs() << " (" << BlockName << ")";
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 713 std::string BlockName; local 729 BlockName = 733 << " '" << BlockName << "'\n"; CurDAG->dump()); local 736 CurDAG->viewGraph("dag-combine1 input for " + BlockName); 745 << " '" << BlockName << "'\n"; CurDAG->dump()); local 750 CurDAG->viewGraph("legalize-types input for " + BlockName); 759 << " '" << BlockName << "'\n"; CurDAG->dump()); local 765 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); 775 << " '" << BlockName << "'\n"; CurDAG->dump()); local 791 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); 801 << BlockNumber << " '" << BlockName << "'\\n"; CurDAG->dump()); local 813 << " '" << BlockName << "'\\n"; CurDAG->dump()); local 825 << " '" << BlockName << "'\\n"; CurDAG->dump()); local 841 << " '" << BlockName << "'\\n"; CurDAG->dump()); local [all...] |
Completed in 175 milliseconds