Searched refs:getAsCString (Results 1 – 17 of 17) sorted by relevance
120 LLVM_ABI Expected<const char *> getAsCString() const;185 Expected<const char*> E = V->getAsCString(); in toString()202 auto S = V->getAsCString();
157 llvm::Expected<const char *> E = F->getAsCString(); in toString()
59 I.addAnnotationMetadata(StrData->getAsCString()); in convertAnnotation2Metadata()
83 const char *getAsCString() const { return AsCString(); } in getAsCString() function
237 auto source = entry.Source.getAsCString();
371 auto AnnotationNameOrErr = AnnotationFormName->getAsCString(); in correlateProfileDataImpl()379 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
755 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
176 << cast<ConstantDataArray>(CB->getArgOperand(0))->getAsCString(); in checkIfSupported()
276 Expected<const char *> Name = Val->getAsCString(); in analyzeImportedModule()1698 Expected<const char *> Name = Entry.Name.getAsCString(); in getDirAndFilenameFromLineTable()1726 .getAsCString(); in getDirAndFilenameFromLineTable()1739 .getAsCString(); in getDirAndFilenameFromLineTable()
574 StringRef getAsCString() const { in getAsCString() function575 return cast<llvm::ConstantDataSequential>(Val)->getAsCString(); in getAsCString()
591 Expected<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
172 auto Source = FileEntry.Source.getAsCString(); in dump()
926 if (Error E = AttrValue.Value.getAsCString().takeError()) { in verifyDebugInfoForm()
253 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
90 return CDA->getAsCString().str(); in getStringValueFromReg()
675 StringRef getAsCString() const {
1094 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in expandPostRAPseudo()