Searched refs:GsymCreator (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | GsymCreator.cpp | 24 GsymCreator::GsymCreator() : StrTab(StringTableBuilder::ELF) { in GsymCreator() function in GsymCreator 28 uint32_t GsymCreator::insertFile(StringRef Path, in insertFile() 49 llvm::Error GsymCreator::save(StringRef Path, in save() 59 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() 164 llvm::Error GsymCreator::finalize(llvm::raw_ostream &OS) { in finalize() 264 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString() 282 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo() 288 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo() 297 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo() 306 size_t GsymCreator::getNumFunctionInfos() const{ in getNumFunctionInfos() [all …]
|
D | CMakeLists.txt | 6 GsymCreator.cpp
|
D | DwarfTransformer.cpp | 66 uint32_t DWARFToGSYMFileIndex(GsymCreator &Gsym, uint32_t DwarfFileIdx) { in DWARFToGSYMFileIndex() 132 GsymCreator &Gsym) { in getQualifiedNameIndex() 207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die, in parseInlineInfo() 250 DWARFDie Die, GsymCreator &Gsym, in convertFunctionLineTable()
|
D | ObjectFileTransformer.cpp | 72 GsymCreator &Gsym) { in convert()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | GsymCreator.cpp | 24 GsymCreator::GsymCreator() : StrTab(StringTableBuilder::ELF) { in GsymCreator() function in GsymCreator 28 uint32_t GsymCreator::insertFile(StringRef Path, in insertFile() 43 llvm::Error GsymCreator::save(StringRef Path, in save() 53 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() 157 llvm::Error GsymCreator::finalize(llvm::raw_ostream &OS) { in finalize() 247 uint32_t GsymCreator::insertString(StringRef S) { in insertString() 254 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo() 259 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo() 268 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo()
|
D | CMakeLists.txt | 5 GsymCreator.cpp
|
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | DwarfTransformer.h | 24 class GsymCreator; variable 43 DwarfTransformer(DWARFContext &D, raw_ostream &OS, GsymCreator &G) : in DwarfTransformer() 83 GsymCreator &Gsym;
|
D | ObjectFileTransformer.h | 25 class GsymCreator; variable 45 GsymCreator &Gsym);
|
D | GsymCreator.h | 134 class GsymCreator { 150 GsymCreator();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | GsymCreator.h | 133 class GsymCreator { 145 GsymCreator();
|
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
D | GSYMTest.cpp | 1058 const GsymCreator &GC, in TestGsymCreatorEncodeError() 1076 GsymCreator GC; in TEST() 1119 static void Compare(const GsymCreator &GC, const GsymReader &GR) { in Compare() 1130 static void TestEncodeDecode(const GsymCreator &GC, in TestEncodeDecode() 1153 GsymCreator GC; in TEST() 1179 GsymCreator GC; in TEST() 1205 GsymCreator GC; in TEST() 1231 GsymCreator GC; in TEST() 1271 GsymCreator GC; in TEST() 1315 GsymCreator GC; in TEST() [all …]
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/ |
D | BUILD.gn | 11 "GsymCreator.cpp",
|
/external/llvm-project/llvm/tools/llvm-gsymutil/ |
D | llvm-gsymutil.cpp | 281 GsymCreator Gsym; in handleObjectFile()
|