OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DwarfAccelTable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp
1
//=-- llvm/CodeGen/
DwarfAccelTable
.cpp - Dwarf Accelerator Tables -*- C++ -*-=//
14
#include "
DwarfAccelTable
.h"
27
const char *
DwarfAccelTable
::Atom::AtomTypeString(enum AtomType AT) {
40
DwarfAccelTable
::
DwarfAccelTable
(ArrayRef<
DwarfAccelTable
::Atom> atomList) :
45
DwarfAccelTable
::~
DwarfAccelTable
() { }
47
void
DwarfAccelTable
::AddName(StringRef Name, DIE* die, char Flags) {
55
void
DwarfAccelTable
::ComputeBucketCount(void)
[
all
...]
DwarfAccelTable.h
1
//==-- llvm/CodeGen/
DwarfAccelTable
.h - Dwarf Accelerator Tables -*- C++ -*-==//
68
class
DwarfAccelTable
{
218
HashValue =
DwarfAccelTable
::HashDJB(S);
240
DwarfAccelTable
(const
DwarfAccelTable
&) LLVM_DELETED_FUNCTION;
241
void operator=(const
DwarfAccelTable
&) LLVM_DELETED_FUNCTION;
271
DwarfAccelTable
(ArrayRef<
DwarfAccelTable
::Atom>);
272
~
DwarfAccelTable
();
Completed in 28 milliseconds