Searched refs:DwarfStringPoolEntryWithExtString (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | StringEntryToDwarfStringPoolEntryMap.h | 29 DwarfStringPoolEntryWithExtString *add(const StringEntry *String) { in add() 33 DwarfStringPoolEntryWithExtString *DataPtr = in add() 35 .Allocate<DwarfStringPoolEntryWithExtString>(); in add() 49 DwarfStringPoolEntryWithExtString * 64 DenseMap<const StringEntry *, DwarfStringPoolEntryWithExtString *>;
|
H A D | OutputSections.cpp | 309 DwarfStringPoolEntryWithExtString *Entry = in applyPatches() 326 DwarfStringPoolEntryWithExtString *Entry = in applyPatches() 337 DwarfStringPoolEntryWithExtString *Entry = in applyPatches() 354 DwarfStringPoolEntryWithExtString *Entry = in applyPatches()
|
H A D | DWARFLinkerImpl.cpp | 965 DwarfStringPoolEntryWithExtString *Entry = DebugStrStrings.add(String); in assignOffsetsToStrings() 975 DwarfStringPoolEntryWithExtString *Entry = in assignOffsetsToStrings() 1175 DwarfStringPoolEntryWithExtString *StringToEmit = in emitStringSections() 1191 DwarfStringPoolEntryWithExtString *StringToEmit = in emitStringSections()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DwarfStringPoolEntry.h | 31 struct DwarfStringPoolEntryWithExtString : public DwarfStringPoolEntry { struct 54 using ExtStringEntryPtr = const DwarfStringPoolEntryWithExtString *; 69 DwarfStringPoolEntryRef(const DwarfStringPoolEntryWithExtString &Entry) in DwarfStringPoolEntryRef()
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | DwarfStringPoolEntryRefTest.cpp | 63 DwarfStringPoolEntryWithExtString DwarfEntry1 = {{nullptr, 0, 0}, "Key1"}; in TEST() 78 DwarfStringPoolEntryWithExtString DwarfEntry2 = {{nullptr, 0x1000, 1}, in TEST() 92 DwarfStringPoolEntryWithExtString DwarfEntry1 = {{nullptr, 0, 0}, "Key1"}; in TEST()
|