HomeSort by relevance Sort by last modified time
    Searched refs:getAsCString (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/DebugInfo/
DWARFFormValue.h 70 Optional<const char *> getAsCString(const DWARFUnit *U) const;
  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 424 Optional<const char *> DbgStr = getAsCString(cu);
434 Optional<const char *> DbgStr = getAsCString(cu);
486 Optional<const char *> DWARFFormValue::getAsCString(const DWARFUnit *U) const {
DWARFDebugInfoEntry.cpp 173 Optional<const char *> Result = FormValue.getAsCString(U);
  /external/llvm/lib/LTO/
LTOModule.cpp 182 name = ".objc_class_name_" + ca->getAsCString().str();
  /external/llvm/include/llvm/IR/
Constants.h 612 /// getAsCString - If this array is isCString(), then this method returns the
616 StringRef getAsCString() const {
    [all...]

Completed in 348 milliseconds