Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h119 Optional<const char *> getAsCString() const;
168 return V->getAsCString(); in toString()
180 if (auto S = V->getAsCString())
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp69 I.addAnnotationMetadata(StrData->getAsCString()); in convertAnnotation2Metadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp188 Str = CA->getAsCString(); in lowerPrintfForGpu()
257 IsZeroValue ? 1 : (strlen(CA->getAsCString().data()) + 1); in lowerPrintfForGpu()
428 S = IsZeroValue ? "" : CA->getAsCString().data(); in lowerPrintfForGpu()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1334 if (Optional<const char *> source = Entry.Source.getAsCString()) in getSourceByIndex()
1353 Optional<const char *> Name = Entry.Name.getAsCString(); in getFileNameByIndex()
1375 IncludeDir = IncludeDirectories[Entry.DirIdx].getAsCString().getValue(); in getFileNameByIndex()
1379 IncludeDirectories[Entry.DirIdx - 1].getAsCString().getValue(); in getFileNameByIndex()
H A DDWARFFormValue.cpp616 Optional<const char *> DbgStr = getAsCString(); in dumpString()
625 Optional<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
H A DDWARFExpression.cpp220 OS << " \"" << Name->getAsCString() << "\""; in prettyPrintBaseTypeRef()
H A DDWARFContext.cpp1186 if (Optional<const char *> Name = NameAttr->getAsCString()) in addLocalsForDie()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp258 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h651 StringRef getAsCString() const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp445 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp227 if (Optional<const char *> Name = Val->getAsCString()) { in analyzeImportedModule()
848 Optional<const char *> String = Val.getAsCString(); in cloneStringAttribute()