/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 114 Optional<const char *> getAsCString() const; 163 return V->getAsCString(); in toString() 175 if (auto S = V->getAsCString())
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 115 Expected<const char *> getAsCString() const; 179 Expected<const char*> E = V->getAsCString(); in toString() 196 auto S = V->getAsCString();
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | Annotation2Metadata.cpp | 62 I.addAnnotationMetadata(StrData->getAsCString()); in convertAnnotation2Metadata()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 78 Optional<const char *> getAsCString(const DWARFUnit *U) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 190 Str = CA->getAsCString(); in lowerPrintfForGpu() 260 : (strlen(CA->getAsCString().data()) + 1); in lowerPrintfForGpu() 444 S = Init->isZeroValue() ? "" : CA->getAsCString().data(); in lowerPrintfForGpu()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
D | InstrProfCorrelator.cpp | 280 auto AnnotationNameOrErr = AnnotationFormName->getAsCString(); in correlateProfileDataImpl() 289 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
|
D | InstrProf.cpp | 479 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 496 Optional<const char *> DbgStr = getAsCString(U); in dumpString() 505 Optional<const char *> DWARFFormValue::getAsCString(const DWARFUnit *U) const { in getAsCString() function in DWARFFormValue
|
D | DWARFDebugInfoEntry.cpp | 264 Optional<const char *> Result = FormValue.getAsCString(U); in getAttributeValueAsString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1034 if (Optional<const char *> source = Entry.Source.getAsCString()) in getSourceByIndex() 1053 Optional<const char *> Name = Entry.Name.getAsCString(); in getFileNameByIndex() 1068 IncludeDir = IncludeDirectories[Entry.DirIdx].getAsCString().getValue(); in getFileNameByIndex() 1072 IncludeDirectories[Entry.DirIdx - 1].getAsCString().getValue(); in getFileNameByIndex()
|
D | DWARFFormValue.cpp | 581 Optional<const char *> DbgStr = getAsCString(); in dumpString() 590 Optional<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
|
D | DWARFExpression.cpp | 269 OS << " \"" << Name->getAsCString() << "\""; in print()
|
D | DWARFContext.cpp | 1118 if (Optional<const char *> Name = NameAttr->getAsCString()) in addLocalsForDie()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 254 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 263 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 258 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 628 Expected<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
|
D | DWARFVerifier.cpp | 781 if (Error E = AttrValue.Value.getAsCString().takeError()) { in verifyDebugInfoForm()
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 282 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 625 StringRef getAsCString() const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 663 StringRef getAsCString() const {
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Constants.h | 651 StringRef getAsCString() const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 422 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2356 const char *String = *Val.getAsCString(&U); in cloneStringAttribute()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 1089 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in expandPostRAPseudo()
|