Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h105 Optional<const char *> getAsCString() const;
154 return V->getAsCString(); in toString()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp543 Optional<const char *> DbgStr = getAsCString(); in dumpString()
552 Optional<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
H A DDWARFDebugLine.cpp964 if (Optional<const char *> source = Entry.Source.getAsCString()) in getSourceByIndex()
984 StringRef FileName = Entry.Name.getAsCString().getValue(); in getFileNameByIndex()
998 .getAsCString() in getFileNameByIndex()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOModule.cpp253 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp423 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h663 StringRef getAsCString() const {