Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFFormValue.cpp424 Optional<const char *> DbgStr = getAsCString(cu); in dump()
434 Optional<const char *> DbgStr = getAsCString(cu); in dump()
486 Optional<const char *> DWARFFormValue::getAsCString(const DWARFUnit *U) const { in getAsCString() function in DWARFFormValue
HDDWARFDebugInfoEntry.cpp175 Optional<const char *> Result = FormValue.getAsCString(U); in getAttributeValueAsString()
/trueos/contrib/llvm/include/llvm/DebugInfo/
HDDWARFFormValue.h70 Optional<const char *> getAsCString(const DWARFUnit *U) const;
/trueos/contrib/llvm/lib/LTO/
HDLTOModule.cpp192 name = ".objc_class_name_" + ca->getAsCString().str(); in objcClassNameFromExpression()
/trueos/contrib/llvm/include/llvm/IR/
HDConstants.h616 StringRef getAsCString() const {