HomeSort by relevance Sort by last modified time
    Searched refs:Symbol (Results 26 - 50 of 1801) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Object/
RecordStreamer.h 22 void markDefined(const MCSymbol &Symbol);
23 void markGlobal(const MCSymbol &Symbol, MCSymbolAttr Attribute);
24 void markUsed(const MCSymbol &Symbol);
33 void EmitLabel(MCSymbol *Symbol) override;
34 void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) override;
35 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
38 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
  /external/llvm/tools/llvm-pdbdump/
BuiltinDumper.h 25 void start(const PDBSymbolTypeBuiltin &Symbol);
28 StringRef getTypeName(const PDBSymbolTypeBuiltin &Symbol);
ExternalSymbolDumper.h 24 void start(const PDBSymbolExe &Symbol);
26 void dump(const PDBSymbolPublicSymbol &Symbol) override;
TypeDumper.h 25 void dump(const PDBSymbolTypeEnum &Symbol) override;
26 void dump(const PDBSymbolTypeTypedef &Symbol) override;
27 void dump(const PDBSymbolTypeUDT &Symbol) override;
ExternalSymbolDumper.cpp 23 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) {
24 auto Vars = Symbol.findAllChildren<PDBSymbolPublicSymbol>();
29 void ExternalSymbolDumper::dump(const PDBSymbolPublicSymbol &Symbol) {
30 std::string LinkageName = Symbol.getName();
35 uint64_t Addr = Symbol.getVirtualAddress();
BuiltinDumper.cpp 22 void BuiltinDumper::start(const PDBSymbolTypeBuiltin &Symbol) {
23 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
26 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) {
27 PDB_BuiltinType Type = Symbol.getBuiltinType();
30 if (Symbol.getLength() == 4)
34 switch (Symbol.getLength()) {
47 switch (Symbol.getLength()) {
  /external/skia/src/sksl/ir/
SkSLSymbol.h 18 struct Symbol : public IRNode {
27 Symbol(int offset, Kind kind, StringFragment name)
32 virtual ~Symbol() {}
SkSLSymbolTable.h 34 const Symbol* operator[](StringFragment name);
36 void add(StringFragment name, std::unique_ptr<Symbol> symbol);
38 void addWithoutOwnership(StringFragment name, const Symbol* symbol);
40 Symbol* takeOwnership(Symbol* s);
46 std::map<StringFragment, const Symbol*>::iterator begin();
48 std::map<StringFragment, const Symbol*>::iterator end();
53 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ----------------===//
10 // This class represents a symbol table built from in-memory IR. It provides
34 typedef PointerUnion<GlobalValue *, AsmSymbol *> Symbol;
40 std::vector<Symbol> SymTab;
44 ArrayRef<Symbol> symbols() const { return SymTab; }
47 void printSymbolName(raw_ostream &OS, Symbol S) const;
48 uint32_t getSymbolFlags(Symbol S) const;
53 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ----------------===//
10 // This class represents a symbol table built from in-memory IR. It provides
34 typedef PointerUnion<GlobalValue *, AsmSymbol *> Symbol;
40 std::vector<Symbol> SymTab;
44 ArrayRef<Symbol> symbols() const { return SymTab; }
47 void printSymbolName(raw_ostream &OS, Symbol S) const;
48 uint32_t getSymbolFlags(Symbol S) const;
53 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ModuleSymbolTable.h 1 //===- ModuleSymbolTable.h - symbol table for in-memory IR ------*- C++ -*-===//
10 // This class represents a symbol table built from in-memory IR. It provides
36 using Symbol = PointerUnion<GlobalValue *, AsmSymbol *>;
42 std::vector<Symbol> SymTab;
46 ArrayRef<Symbol> symbols() const { return SymTab; }
49 void printSymbolName(raw_ostream &OS, Symbol S) const;
50 uint32_t getSymbolFlags(Symbol S) const;
55 /// For each found symbol, call \p AsmSymbol with the name of the symbol found
  /frameworks/base/tools/aapt2/process/
SymbolTable.h 55 struct Symbol {
56 Symbol() = default;
58 explicit Symbol(const Maybe<ResourceId>& i, const std::shared_ptr<Attribute>& attr = {},
63 Symbol(const Symbol&) = default;
64 Symbol(Symbol&&) = default;
65 Symbol& operator=(const Symbol&) = default;
66 Symbol& operator=(Symbol&&) = default
    [all...]
  /frameworks/base/tools/aapt/
Symbol.h 27 * A resource symbol, not attached to any configuration or context.
29 struct Symbol {
30 inline Symbol();
31 inline Symbol(const android::String16& p, const android::String16& t, const android::String16& n, uint32_t i);
33 inline bool operator<(const Symbol& rhs) const;
43 * A specific defintion of a symbol, defined with a configuration and a definition site.
47 inline SymbolDefinition(const Symbol& s, const ConfigDescription& c, const SourcePos& src);
50 Symbol symbol; member in struct:SymbolDefinition
59 Symbol::Symbol()
    [all...]
  /external/skqp/src/sksl/ir/
SkSLSymbolTable.h 34 const Symbol* operator[](StringFragment name);
36 void add(StringFragment name, std::unique_ptr<Symbol> symbol);
38 void addWithoutOwnership(StringFragment name, const Symbol* symbol);
40 Symbol* takeOwnership(Symbol* s);
46 std::map<StringFragment, const Symbol*>::iterator begin();
48 std::map<StringFragment, const Symbol*>::iterator end();
53 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s)
    [all...]

Completed in 1756 milliseconds

12 3 4 5 6 7 8 91011>>