Home
last modified time | relevance | path

Searched refs:MDS (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp427 DISubprogram *getReplacementSubprogram(DISubprogram *MDS) { in getReplacementSubprogram() argument
428 auto *FileAndScope = cast_or_null<DIFile>(map(MDS->getFile())); in getReplacementSubprogram()
429 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : ""; in getReplacementSubprogram()
431 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType())); in getReplacementSubprogram()
432 DITypeRef ContainingType(map(MDS->getContainingType())); in getReplacementSubprogram()
433 auto *Unit = cast_or_null<DICompileUnit>(map(MDS->getUnit())); in getReplacementSubprogram()
440 MDS->getContext(), FileAndScope, MDS->getName(), LinkageName, in getReplacementSubprogram()
441 FileAndScope, MDS->getLine(), Type, MDS->isLocalToUnit(), in getReplacementSubprogram()
442 MDS->isDefinition(), MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
443 MDS->getVirtuality(), MDS->getVirtualIndex(), in getReplacementSubprogram()
[all …]
DFunction.cpp1373 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) { in getEntryCount() local
1374 if (MDS->getString().equals("function_entry_count")) { in getEntryCount()
1382 } else if (MDS->getString().equals("synthetic_function_entry_count")) { in getEntryCount()
1394 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) in getImportGUIDs() local
1395 if (MDS->getString().equals("function_entry_count")) in getImportGUIDs()
DAsmWriter.cpp2264 if (const MDString *MDS = dyn_cast<MDString>(MD)) { in WriteAsOperandInternal() local
2266 printEscapedString(MDS->getString(), Out); in WriteAsOperandInternal()
DVerifier.cpp1779 MDString *MDS = cast<MDString>(MD->getOperand(0)); in verifyFunctionMetadata() local
1780 StringRef ProfName = MDS->getString(); in verifyFunctionMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp171 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb() local
172 if (!MDS) { in initializeForPdb()
173 consumeError(MDS.takeError()); in initializeForPdb()
177 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS)); in initializeForPdb()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugInfoProbe.cpp148 if (MDString *MDS = dyn_cast_or_null<MDString>( in finalize()
150 dbgs() << MDS->getString(); in finalize()
DAsmWriter.cpp1026 if (const MDString *MDS = dyn_cast<MDString>(V)) { in WriteAsOperandInternal() local
1028 PrintEscapedString(MDS->getString(), Out); in WriteAsOperandInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp299 Metadata *MDS = MDString::get(Ctx, "foo"); in TEST() local
300 MDNode *Node = MDNode::get(Ctx, MDS); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp920 auto MDS = MDString::get(Context, MDStringRef[ID]); in lazyLoadOneMDString() local
921 MetadataList.assignValue(MDS, ID); in lazyLoadOneMDString()
922 return MDS; in lazyLoadOneMDString()
1020 auto MDS = getMDOrNull(ID); in parseOneMetadata() local
1021 return cast_or_null<MDString>(MDS); in parseOneMetadata()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp60 if (MDString *MDS = dyn_cast_or_null<MDString>(DbgNode->getOperand(Elt))) in getStringField() local
61 return MDS->getString(); in getStringField()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp569 if (auto MDS = dyn_cast<MDString>(TypeId)) in lowerTypeTestCalls()
570 dbgs() << MDS->getString() << ": "; in lowerTypeTestCalls()
/external/llvm/lib/IR/
DFunction.cpp1236 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) in getEntryCount() local
1237 if (MDS->getString().equals("function_entry_count")) { in getEntryCount()
DAsmWriter.cpp2038 if (const MDString *MDS = dyn_cast<MDString>(MD)) { in WriteAsOperandInternal() local
2040 PrintEscapedString(MDS->getString(), Out); in WriteAsOperandInternal()
DVerifier.cpp1602 MDString *MDS = cast<MDString>(MD->getOperand(0)); in verifyFunctionMetadata() local
1603 StringRef ProfName = MDS->getString(); in verifyFunctionMetadata()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp587 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) { in WriteModuleMetadata() local
601 Record.append(MDS->begin(), MDS->end()); in WriteModuleMetadata()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1455 if (const MDString *MDS = dyn_cast<MDString>(MD->getOperand(2))) in print() local
1456 OS << "!\"" << MDS->getString() << '\"'; in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1056 if (auto MDS = dyn_cast<MDString>(TypeId)) in lowerTypeTestCalls()
1057 dbgs() << MDS->getString() << ": "; in lowerTypeTestCalls()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp800 llvm::MDString *MDS = dyn_cast<llvm::MDString>(MD); in CreateCrossDsoCfiTypeId() local
801 if (!MDS) return nullptr; in CreateCrossDsoCfiTypeId()
805 md5.update(MDS->getString()); in CreateCrossDsoCfiTypeId()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp962 if (MDString *MDS = dyn_cast<MDString>(ProfMD->getOperand(0))) in HasBranchWeights() local
963 return MDS->getString().equals("branch_weights"); in HasBranchWeights()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp899 if (MDString *MDS = dyn_cast<MDString>(ProfMD->getOperand(0))) in HasBranchWeights() local
900 return MDS->getString().equals("branch_weights"); in HasBranchWeights()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv1301 ,"AT","MDS","Madstein","Madstein","6","--3-----","RL","1201",,"4722N 01500E",
7243 ,"BR","MDS","Mendes","Mendes","RJ","--3-----","RQ","0607",,,
9675 ,"CA","MDS","Maidstone","Maidstone","ON","-23-----","RL","0701",,"4213N 08253W",
15134 ,"CY","MDS","Makedonitissa","Makedonitissa","01","--3-----","RQ","0901",,,
22079 ,"DE","MDS","Mohsdorf","Mohsdorf","SN","--3-----","RL","0901",,"5056N 01250E",
26908 "X","EE","MDS","Mudaste lautrikoht","Mudaste lautrikoht",,"1-------","XX","1301",,"5902N 02233E",""
29875 ,"ES","MDS","Muriedas","Muriedas","S","--3-----","RQ","1001",,"4326N 00351W",
41548 ,"FR","MDS","Saint-Martin-de-Seignanx","Saint-Martin-de-Seignanx",,"--3-----","RL","1101",,"4333N 0…
D2013-1_UNLOCODE_CodeListPart2.csv3427 ,"GB","MDS","Micheldever","Micheldever","HAM","--3-----","AF","0701",,,""
13117 ,"IT","MDS","Meledo","Meledo","VI","--3-----","RL","0501",,"4526N 01124E",
D2013-1_UNLOCODE_CodeListPart3.csv8088 ,"TC","MDS","Middle Caicos","Middle Caicos",,"---4----","AI","9601",,,
19050 ,"US","MDS","Madison","Madison","GA","--3-----","RQ","9307",,,