Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h116 Expected<const char *> getAsCString() const;
180 Expected<const char*> E = V->getAsCString(); in toString()
197 auto S = V->getAsCString();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp60 I.addAnnotationMetadata(StrData->getAsCString()); in convertAnnotation2Metadata()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp347 auto AnnotationNameOrErr = AnnotationFormName->getAsCString(); in correlateProfileDataImpl()
355 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
H A DInstrProf.cpp703 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp179 << cast<ConstantDataArray>(CB->getArgOperand(0))->getAsCString(); in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp279 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()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp258 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp591 Expected<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
H A DDWARFDebugLine.cpp173 auto Source = FileEntry.Source.getAsCString(); in dump()
H A DDWARFVerifier.cpp891 if (Error E = AttrValue.Value.getAsCString().takeError()) { in verifyDebugInfoForm()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h666 StringRef getAsCString() const {
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp237 auto source = entry.Source.getAsCString();
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1091 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in expandPostRAPseudo()