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

/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h78 Optional<const char *> getAsCString(const DWARFUnit *U) const;
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp496 Optional<const char *> DbgStr = getAsCString(U);
505 Optional<const char *> DWARFFormValue::getAsCString(const DWARFUnit *U) const { function in class:DWARFFormValue
H A DDWARFDebugInfoEntry.cpp264 Optional<const char *> Result = FormValue.getAsCString(U);
/freebsd-11.0-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp261 name = (".objc_class_name_" + ca->getAsCString()).str();
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp207 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString();
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h650 /// getAsCString - If this array is isCString(), then this method returns the
654 StringRef getAsCString() const { function in class:llvm::ConstantDataSequential

Completed in 83 milliseconds