Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp313 assert(Include.getAsCString() && "expected a string form for include dir"); in writeV2IncludeAndFileTable()
314 writeCString(*Include.getAsCString(), Asm); in writeV2IncludeAndFileTable()
319 assert(File.Name.getAsCString() && "expected a string form for file name"); in writeV2IncludeAndFileTable()
320 writeCString(*File.Name.getAsCString(), Asm); in writeV2IncludeAndFileTable()
337 assert(Include.getAsCString() && "expected a string form for include dir"); in writeV5IncludeAndFileTable()
338 writeCString(*Include.getAsCString(), Asm); in writeV5IncludeAndFileTable()
346 assert(File.Name.getAsCString() && "expected a string form for file name"); in writeV5IncludeAndFileTable()
347 writeCString(*File.Name.getAsCString(), Asm); in writeV5IncludeAndFileTable()
DDWARFDebugLineTest.cpp189 EXPECT_STREQ(*Prologue.IncludeDirectories[0].getAsCString(), "a dir"); in checkDefaultPrologue()
192 EXPECT_STREQ(*Prologue.FileNames[0].Name.getAsCString(), "a file"); in checkDefaultPrologue()
DDWARFDebugInfoTest.cpp1346 auto ActualCUPath = I->Value.getAsCString(); in TEST()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFFormValue.cpp274 OS.write_escaped(getAsCString(NULL)); in dump()
308 const char* dbg_str = getAsCString(&debug_str_data); in dump()
355 DWARFFormValue::getAsCString(const DataExtractor *debug_str_data_ptr) const { in getAsCString() function in DWARFFormValue
DDWARFFormValue.h66 const char *getAsCString(const DataExtractor *debug_str_data_ptr) const;
DDWARFDebugInfoEntry.cpp385 return form_value.getAsCString(&stringExtractor); in getAttributeValueAsString()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h102 Optional<const char *> getAsCString() const;
150 return V->getAsCString(); in toString()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h78 Optional<const char *> getAsCString(const DWARFUnit *U) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp496 Optional<const char *> DbgStr = getAsCString(U); in dumpString()
505 Optional<const char *> DWARFFormValue::getAsCString(const DWARFUnit *U) const { in getAsCString() function in DWARFFormValue
DDWARFDebugInfoEntry.cpp264 Optional<const char *> Result = FormValue.getAsCString(U); in getAttributeValueAsString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp512 Optional<const char *> DbgStr = getAsCString(); in dumpString()
521 Optional<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
DDWARFDebugLine.cpp976 if (Optional<const char *> source = Entry.Source.getAsCString()) in getSourceByIndex()
996 StringRef FileName = Entry.Name.getAsCString().getValue(); in getFileNameByIndex()
1010 .getAsCString() in getFileNameByIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp190 if (auto Val = FormValue.getValue().getAsCString()) in dumpDebugInfo()
/external/llvm/lib/LTO/
DLTOModule.cpp263 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp198 name = ".objc_class_name_" + ca->getAsCString(); in objcClassNameFromExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp253 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h376 std::string getAsCString() const;
/external/llvm/lib/ProfileData/
DInstrProf.cpp282 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp422 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h659 StringRef getAsCString() const {
/external/llvm/include/llvm/IR/
DConstants.h625 StringRef getAsCString() const {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp927 const char *String = *Val.getAsCString(); in cloneStringAttribute()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1051 std::string ConstantArray::getAsCString() const { in getAsCString() function in ConstantArray
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2356 const char *String = *Val.getAsCString(&U); in cloneStringAttribute()