Home
last modified time | relevance | path

Searched refs:getAsCString (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h120 LLVM_ABI Expected<const char *> getAsCString() const;
185 Expected<const char*> E = V->getAsCString(); in toString()
202 auto S = V->getAsCString();
H A DDWARFTypePrinter.h157 llvm::Expected<const char *> E = F->getAsCString(); in toString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp59 I.addAnnotationMetadata(StrData->getAsCString()); in convertAnnotation2Metadata()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h83 const char *getAsCString() const { return AsCString(); } in getAsCString() function
H A DSymbolFileDWARF.cpp237 auto source = entry.Source.getAsCString();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp371 auto AnnotationNameOrErr = AnnotationFormName->getAsCString(); in correlateProfileDataImpl()
379 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl()
H A DInstrProf.cpp755 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp176 << cast<ConstantDataArray>(CB->getArgOperand(0))->getAsCString(); in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp276 Expected<const char *> Name = Val->getAsCString(); in analyzeImportedModule()
1698 Expected<const char *> Name = Entry.Name.getAsCString(); in getDirAndFilenameFromLineTable()
1726 .getAsCString(); in getDirAndFilenameFromLineTable()
1739 .getAsCString(); in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h574 StringRef getAsCString() const { in getAsCString() function
575 return cast<llvm::ConstantDataSequential>(Val)->getAsCString(); in getAsCString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp591 Expected<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
H A DDWARFDebugLine.cpp172 auto Source = FileEntry.Source.getAsCString(); in dump()
H A DDWARFVerifier.cpp926 if (Error E = AttrValue.Value.getAsCString().takeError()) { in verifyDebugInfoForm()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp253 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp90 return CDA->getAsCString().str(); in getStringValueFromReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h675 StringRef getAsCString() const {
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1094 StringRef NameStr = Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in expandPostRAPseudo()