LLVM 17.0.0git
|
#include "llvm/ADT/ConcurrentHashtable.h"
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/PerThreadBumpPtrAllocator.h"
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
class | llvm::dwarflinker_parallel::StringPoolEntryInfo |
class | llvm::dwarflinker_parallel::StringPool |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::dwarflinker_parallel |
Typedefs | |
using | llvm::dwarflinker_parallel::StringEntry = StringMapEntry< DwarfStringPoolEntry * > |
StringEntry keeps data of the string: the length, external offset and a string body which is placed right after StringEntry. | |