|
LLVM
4.0.0
|
#include "llvm/MC/StringTableBuilder.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/COFF.h"#include "llvm/Support/Endian.h"#include "llvm/Support/raw_ostream.h"#include <vector>Go to the source code of this file.
Typedefs | |
| typedef std::pair < CachedHashStringRef, size_t > | StringPair |
Functions | |
| static int | charTailAt (StringPair *P, size_t Pos) |
| static void | multikey_qsort (StringPair **Begin, StringPair **End, int Pos) |
| typedef std::pair<CachedHashStringRef, size_t> StringPair |
Definition at line 55 of file StringTableBuilder.cpp.
|
static |
Definition at line 70 of file StringTableBuilder.cpp.
References llvm::StringRef::size().
Referenced by multikey_qsort().
|
static |
Definition at line 79 of file StringTableBuilder.cpp.
References C, charTailAt(), llvm::WebAssembly::End, P, and std::swap().
1.8.6