Searched refs:getAsCString (Results 1 – 13 of 13) sorted by relevance
116 Expected<const char *> getAsCString() const;180 Expected<const char*> E = V->getAsCString(); in toString()197 auto S = V->getAsCString();
60 I.addAnnotationMetadata(StrData->getAsCString()); in convertAnnotation2Metadata()
347 auto AnnotationNameOrErr = AnnotationFormName->getAsCString(); in correlateProfileDataImpl()355 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
703 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
179 << cast<ConstantDataArray>(CB->getArgOperand(0))->getAsCString(); in checkIfSupported()
279 Expected<const char *> Name = Val->getAsCString(); in analyzeImportedModule()1702 Expected<const char *> Name = Entry.Name.getAsCString(); in getDirAndFilenameFromLineTable()1730 .getAsCString(); in getDirAndFilenameFromLineTable()1743 .getAsCString(); in getDirAndFilenameFromLineTable()
258 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
591 Expected<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
173 auto Source = FileEntry.Source.getAsCString(); in dump()
891 if (Error E = AttrValue.Value.getAsCString().takeError()) { in verifyDebugInfoForm()
666 StringRef getAsCString() const {
237 auto source = entry.Source.getAsCString();
1091 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in expandPostRAPseudo()