OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSectionNoBits
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/linkloader/include/
ELFSectionNoBits.h
26
class
ELFSectionNoBits
: public ELFSectionBits<Bitwidth> {
32
static
ELFSectionNoBits
*read(Archiver &AR, ELFSectionHeaderTy const *sh);
35
#include "impl/
ELFSectionNoBits
.hxx"
ELFTypes.h
37
template <unsigned Bitwidth> class
ELFSectionNoBits
;
171
typedef
ELFSectionNoBits
<BITWIDTH> ELFSectionNoBitsTy; \
/frameworks/compile/linkloader/include/impl/
ELFSectionNoBits.hxx
31
inline
ELFSectionNoBits
<Bitwidth> *
32
ELFSectionNoBits
<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) {
33
llvm::OwningPtr<
ELFSectionNoBits
> result(new
ELFSectionNoBits
());
Completed in 750 milliseconds