Home
last modified time | relevance | path

Searched refs:getAsCString (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h114 Optional<const char *> getAsCString() const;
163 return V->getAsCString(); in toString()
175 if (auto S = V->getAsCString())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp190 Str = CA->getAsCString(); in lowerPrintfForGpu()
260 : (strlen(CA->getAsCString().data()) + 1); in lowerPrintfForGpu()
444 S = Init->isZeroValue() ? "" : CA->getAsCString().data(); in lowerPrintfForGpu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1034 if (Optional<const char *> source = Entry.Source.getAsCString()) in getSourceByIndex()
1053 Optional<const char *> Name = Entry.Name.getAsCString(); in getFileNameByIndex()
1068 IncludeDir = IncludeDirectories[Entry.DirIdx].getAsCString().getValue(); in getFileNameByIndex()
1072 IncludeDirectories[Entry.DirIdx - 1].getAsCString().getValue(); in getFileNameByIndex()
DDWARFFormValue.cpp581 Optional<const char *> DbgStr = getAsCString(); in dumpString()
590 Optional<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
DDWARFExpression.cpp269 OS << " \"" << Name->getAsCString() << "\""; in print()
DDWARFContext.cpp1118 if (Optional<const char *> Name = NameAttr->getAsCString()) in addLocalsForDie()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp254 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h663 StringRef getAsCString() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp422 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()