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

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h78 Optional<const char *> getAsCString(const DWARFUnit *U) const;
/external/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);
/external/llvm/lib/LTO/
H A DLTOModule.cpp261 name = (".objc_class_name_" + ca->getAsCString()).str();
/external/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
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2299 const char *String = *Val.getAsCString(&U);

Completed in 241 milliseconds