Home
last modified time | relevance | path

Searched refs:GsymCreator (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp24 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 …]
DCMakeLists.txt6 GsymCreator.cpp
DDwarfTransformer.cpp66 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()
DObjectFileTransformer.cpp72 GsymCreator &Gsym) { in convert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp24 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()
DCMakeLists.txt5 GsymCreator.cpp
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DDwarfTransformer.h24 class GsymCreator; variable
43 DwarfTransformer(DWARFContext &D, raw_ostream &OS, GsymCreator &G) : in DwarfTransformer()
83 GsymCreator &Gsym;
DObjectFileTransformer.h25 class GsymCreator; variable
45 GsymCreator &Gsym);
DGsymCreator.h134 class GsymCreator {
150 GsymCreator();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h133 class GsymCreator {
145 GsymCreator();
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp1058 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/
DBUILD.gn11 "GsymCreator.cpp",
/external/llvm-project/llvm/tools/llvm-gsymutil/
Dllvm-gsymutil.cpp281 GsymCreator Gsym; in handleObjectFile()