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

/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.h66 const char *getAsCString(const DataExtractor *debug_str_data_ptr) const;
H A DDWARFFormValue.cpp342 OS.write_escaped(getAsCString(NULL));
378 const char* dbg_str = getAsCString(&debug_str_data);
442 DWARFFormValue::getAsCString(const DataExtractor *debug_str_data_ptr) const { function in class:DWARFFormValue
H A DDWARFDebugInfoEntry.cpp426 return form_value.getAsCString(&stringExtractor);
/external/llvm/include/llvm/IR/
H A DConstants.h613 /// getAsCString - If this array is isCString(), then this method returns the
617 StringRef getAsCString() const { function in class:llvm::ConstantDataSequential
/external/llvm/tools/lto/
H A DLTOModule.cpp331 name = ".objc_class_name_" + ca->getAsCString().str();

Completed in 118 milliseconds