Searched refs:class (Results 1 - 25 of 852) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.h16 template <template <class> class, class>
17 class SymbolTable;
23 /** \class SymbolTableTest
28 class SymbolTableTest : public ::testing::Test
H A DInputTreeTest.h16 class InputTree;
17 class InputFactory;
18 class AttributeFactory;
25 /** \class InputTreeTest
30 class InputTreeTest : public ::testing::Test
/frameworks/compile/libbcc/include/bcc/Support/
H A DTargetLinkerConfigs.h31 class ARMLinkerConfig : public LinkerConfig {
41 class MipsLinkerConfig : public LinkerConfig {
51 class X86FamilyLinkerConfigBase : public LinkerConfig {
56 class X86_32LinkerConfig : public X86FamilyLinkerConfigBase {
61 class X86_64LinkerConfig : public X86FamilyLinkerConfigBase {
70 class DefaultLinkerConfig : public
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DTargetLinkerConfigs.h24 class ARMLinkerConfig : public LinkerConfig {
34 class MipsLinkerConfig : public LinkerConfig {
44 class X86FamilyLinkerConfigBase : public LinkerConfig {
49 class X86_32LinkerConfig : public X86FamilyLinkerConfigBase {
54 class X86_64LinkerConfig : public X86FamilyLinkerConfigBase {
63 class DefaultLinkerConfig : public
/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h21 class LLVMContext;
26 class BCCContextImpl;
27 class Source;
30 * class BCCContext manages the global data across the libbcc infrastructure.
32 class BCCContext {
H A DLinker.h24 class TargetLDBackend;
25 class MCLDDriver;
26 class MemoryFactory;
27 class MCLDInfo;
28 class TreeIteratorBase;
29 class Input;
33 class Path;
41 class MemoryFactory;
42 class LinkerConfig;
44 class Linke
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h18 /** \class BranchIsland
22 class BranchIsland
H A DDiagnosticLineInfo.h18 /** \class DiagnosticLineInfo
21 class DiagnosticLineInfo
H A DGroup.h18 /** \class Group
21 class Group
H A DBSDArchiveReader.h19 class Input;
20 class Archive;
22 /** \class BSDArchiveReader
26 class BSDArchiveReader : public ArchiveReader
H A DDynObjReader.h20 class TargetLDBackend;
21 class Input;
23 /** \class DynObjReader
27 class DynObjReader : public LDReader
H A DELFDynObjFileFormat.h19 class GNULDBackend;
20 class MCLinker;
22 /** \class ELFDynObjFileFormat
25 class ELFDynObjFileFormat : public ELFFileFormat
H A DELFExecFileFormat.h19 class GNULDBackend;
20 class MCLinker;
22 /** \class ELFExecFileFormat
25 class ELFExecFileFormat : public ELFFileFormat
H A DObjectWriter.h19 class Output;
20 class GNULDBackend;
22 /** \class ObjectWriter
25 class ObjectWriter
H A DELFDynObjReader.h20 class Input;
21 class MCLinker;
22 class GNULDBackend;
23 class ELFReaderIF;
25 /** \class ELFDynObjReader
29 class ELFDynObjReader : public DynObjReader
/frameworks/compile/mclinker/include/mcld/Target/
H A DDarwinLDBackend.h18 /** \class DarwinLDBackend
23 class DarwinLDBackend
H A DStub.h19 /** \class Stub
22 class Stub
/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.h25 class BCCContext;
26 class Source;
29 * class BCCContextImpl contains the implementation of BCCContext.
31 class BCCContextImpl {
/frameworks/compile/llvm-ndk-cc/
H A DBackend.h14 class formatted_raw_ostream;
15 class LLVMContext;
16 class NamedMDNode;
17 class Module;
18 class PassManager;
19 class FunctionPassManager;
23 class CodeGenOptions;
24 class CodeGenerator;
25 class DeclGroupRef;
26 class TagDec
[all...]
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h25 class ICameraRecordingProxyListener;
26 class IMemory;
27 class Parcel;
78 class ICameraRecordingProxy: public IInterface
90 class BnCameraRecordingProxy: public BnInterface<ICameraRecordingProxy>
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCExpandVAArgPass.h23 class Function;
24 class Instruction;
25 class LLVMContext;
26 class Value;
40 class ABCExpandVAArgPass : public llvm::FunctionPass {
/frameworks/compile/slang/
H A Dslang_rs_export_element.h30 class Type;
31 class DeclaratorDecl;
36 class RSContext;
37 class RSExportType;
39 class RSExportElement {
40 // This is a utility class for handling the RS_ELEMENT_ADD* marker
H A Dslang_rs_backend.h26 class NamedMDNode;
30 class ASTConsumer;
31 class DiagnosticsEngine;
32 class TargetOptions;
33 class CodeGenerator;
34 class ASTContext;
35 class DeclGroupRef;
36 class FunctionDecl;
41 class RSContext;
43 class RSBacken
[all...]
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h10 //SectLinker is a base class inherited by target specific linker.
11 //This class primarily handles common functionality used by all linkers.
25 class Module;
26 class MachineFunction;
31 class MCLDInfo;
32 class MCLDFile;
33 class MCLDDriver;
34 class TargetLDBackend;
35 class AttributeFactory;
36 class SectLinkerOptio
[all...]
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h17 class TargetLDBackend;
18 class MCLDDriver;
19 class MemoryFactory;
20 class MCLDInfo;
21 class TreeIteratorBase;
22 class Input;
26 class Path;
34 class MemoryFactory;
35 class LinkerConfig;
37 class Linke
[all...]

Completed in 177 milliseconds

1234567891011>>