Home
last modified time | relevance | path

Searched defs:BlockName (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Frontend/
DTestModuleFileExtension.h22 std::string BlockName; variable
47 TestModuleFileExtension(StringRef BlockName, in TestModuleFileExtension()
DCompilerInvocation.cpp1049 std::string &BlockName, in parseTestModuleFileExtensionArg()
1154 std::string BlockName; in ParseFrontendArgs() local
/external/swiftshader/third_party/subzero/runtime/
Dszrt_profiler.c7 const char *const BlockName; member
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp211 std::string FunctionName, BlockName; in LoadFile() local
276 std::string &BlockName = BlocksToNotExtractByName.back().second; in runOnModule() local
/external/clang/include/clang/Serialization/
DModuleFileExtension.h40 std::string BlockName; member
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp204 std::string FunctionName, BlockName; in LoadFile() local
266 std::string &BlockName = BlocksToNotExtractByName.back().second; in runOnModule() local
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp348 const char *BlockName = 0; in ParseBlock() local
552 if (const char *BlockName = GetBlockName(I->first, StreamFile)) in AnalyzeBitcode() local
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp501 const char *BlockName = nullptr; in ParseBlock() local
836 if (const char *BlockName = GetBlockName(I->first, StreamFile, in AnalyzeBitcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp531 const char *BlockName = nullptr; in ParseBlock() local
913 if (const char *BlockName = in AnalyzeBitcode() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DCFGBuilder.cpp86 BasicBlock *CFGBuilder::getOrAddBlock(StringRef BlockName) { in getOrAddBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp691 RCParser::parseVersionInfoBlockContents(StringRef BlockName) { in parseVersionInfoBlockContents()
DResourceScriptStmt.h700 VersionInfoBlock(StringRef BlockName) : Name(BlockName) {} in VersionInfoBlock()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp471 std::string BlockName; in CodeGenAndEmitDAG() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp727 std::string BlockName; in CodeGenAndEmitDAG() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp713 std::string BlockName; in CodeGenAndEmitDAG() local
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp793 const char *BlockName = getBlockName(); in reportRecordSizeError() local
/external/clang/lib/Serialization/
DASTReader.cpp8724 auto BlockName = Ext->getExtensionMetadata().BlockName; in ASTReader() local