/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 313 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()
|
D | DWARFDebugLineTest.cpp | 189 EXPECT_STREQ(*Prologue.IncludeDirectories[0].getAsCString(), "a dir"); in checkDefaultPrologue() 192 EXPECT_STREQ(*Prologue.FileNames[0].Name.getAsCString(), "a file"); in checkDefaultPrologue()
|
D | DWARFDebugInfoTest.cpp | 1346 auto ActualCUPath = I->Value.getAsCString(); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 274 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
|
D | DWARFFormValue.h | 66 const char *getAsCString(const DataExtractor *debug_str_data_ptr) const;
|
D | DWARFDebugInfoEntry.cpp | 385 return form_value.getAsCString(&stringExtractor); in getAttributeValueAsString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 102 Optional<const char *> getAsCString() const; 150 return V->getAsCString(); in toString()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 78 Optional<const char *> getAsCString(const DWARFUnit *U) const;
|
/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-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 512 Optional<const char *> DbgStr = getAsCString(); in dumpString() 521 Optional<const char *> DWARFFormValue::getAsCString() const { in getAsCString() function in DWARFFormValue
|
D | DWARFDebugLine.cpp | 976 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/ |
D | dwarf2yaml.cpp | 190 if (auto Val = FormValue.getValue().getAsCString()) in dumpDebugInfo()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 263 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 198 name = ".objc_class_name_" + ca->getAsCString(); in objcClassNameFromExpression()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 253 name = (".objc_class_name_" + ca->getAsCString()).str(); in objcClassNameFromExpression()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 376 std::string getAsCString() const;
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 282 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 422 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString(); in getPGOFuncNameVarInitializer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 659 StringRef getAsCString() const {
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 625 StringRef getAsCString() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 927 const char *String = *Val.getAsCString(); in cloneStringAttribute()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1051 std::string ConstantArray::getAsCString() const { in getAsCString() function in ConstantArray
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2356 const char *String = *Val.getAsCString(&U); in cloneStringAttribute()
|