HomeSort by relevance Sort by last modified time
    Searched full:symboltable (Results 51 - 75 of 329) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h 56 SymbolTable[Name] = Addr;
61 SymbolTable.erase(Name);
74 auto I = SymbolTable.find(Name);
75 if (I != SymbolTable.end())
102 std::map<std::string, JITTargetAddress> SymbolTable;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
limits.cpp 67 : loopId(id), symbolTable(st), bad(false) { }
74 TSymbolTable& symbolTable;
115 TSymbol* function = symbolTable.find(node->getName());
132 void TParseContext::inductiveLoopBodyCheck(TIntermNode* body, int loopId, TSymbolTable& symbolTable)
134 TInductiveTraverser it(loopId, symbolTable);
glslang_tab.cpp 83 #include "SymbolTable.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 40 SymbolTable[Name] = Mem;
48 StringMap<uint8_t*>::iterator i = SymbolTable.begin();
49 StringMap<uint8_t*>::iterator e = SymbolTable.end();
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 28 # uniset.cpp Fails because of SymbolTable::~SymbolTable()
  /external/skia/src/sksl/ir/
SkSLProgram.h 110 std::shared_ptr<SymbolTable> symbols,
127 std::shared_ptr<SymbolTable> fSymbols;
  /external/vixl/examples/aarch32/
disasm-a32.cc 83 class SymbolTable : public std::map<Elf32_Addr, Symbol> {
152 SymbolTable* symbols_;
155 explicit DynamicSymbolVisitor(SymbolTable* symbols) : symbols_(symbols) {}
166 SymbolTable* symbols_;
169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols)
260 SymbolTable symbol_names;
278 for (SymbolTable::iterator sres = symbol_names.begin();
285 SymbolTable::iterator next_func = sres;
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 28 typedef SymbolCategory SymbolTable;
40 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseables.h 54 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
56 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTable.g 1 grammar SymbolTable;
  /external/google-breakpad/src/common/linux/
synth_elf.cc 213 SymbolTable::SymbolTable(Endianness endianness,
221 void SymbolTable::AddSymbol(const string& name, uint32_t value,
232 void SymbolTable::AddSymbol(const string& name, uint64_t value,
dump_symbols_unittest.cc 58 using google_breakpad::synth_elf::SymbolTable;
102 SymbolTable syms(kLittleEndian, 4, table);
142 SymbolTable syms(kLittleEndian, 8, table);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 30 import android.icu.text.SymbolTable;
48 private SymbolTable symbolTable;
54 public SymbolTable getSymbolTable() {
55 return symbolTable;
62 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) {
63 this.symbolTable = symbolTable;
345 UnicodeSet x = temp.clear().applyPattern(regex, pos, symbolTable, 0)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 29 import com.ibm.icu.text.SymbolTable;
46 private SymbolTable symbolTable;
52 public SymbolTable getSymbolTable() {
53 return symbolTable;
60 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) {
61 this.symbolTable = symbolTable;
343 UnicodeSet x = temp.clear().applyPattern(regex, pos, symbolTable, 0)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
RangeExpression.py 106 def Calculate(self, Operand, DataType, SymbolTable):
114 SymbolTable[rangeId] = rangeContainer
120 def Calculate(self, Operand, DataType, SymbolTable):
127 SymbolTable[rangeId1] = rangeContainer
132 def Calculate(self, Operand, DataType, SymbolTable):
139 SymbolTable[rangeId1] = rangeContainer
145 def Calculate(self, Operand, DataType, SymbolTable):
152 SymbolTable[rangeId1] = rangeContainer
158 def Calculate(self, Operand, DataType, SymbolTable):
165 SymbolTable[rangeId1] = rangeContainer
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 157 template<typename T> class SymbolTable {
159 ~SymbolTable() {
219 SymbolTable<Value> attributes;
263 SymbolTable<FieldDef> fields;
313 SymbolTable<EnumVal> vals;
328 SymbolTable<Value> attributes;
333 SymbolTable<RPCCall> calls;
494 // populate the SymbolTable's or the FlatBufferBuilder above.
551 FLATBUFFERS_CHECKED_ERROR ParseMetaData(SymbolTable<Value> *attributes);
586 SymbolTable<Type> types_
    [all...]
  /external/icu/icu4c/source/common/
ruleiter.cpp 25 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym,
48 if (c == SymbolTable::SYMBOL_REF && buf == 0 &&
ruleiter.h 22 class SymbolTable;
53 const SymbolTable* sym;
74 * its value. Variables are parsed using the SymbolTable API.
103 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
  /external/icu/icu4c/source/common/unicode/
symtable.h 56 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ {
69 virtual ~SymbolTable();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 40 import org.jf.dexlib2.dexbacked.OatFile.SymbolTable.Symbol;
97 SymbolTable symbolTable = getSymbolTable();
98 for (Symbol symbol: symbolTable.getSymbols()) {
373 private SymbolTable getSymbolTable() {
376 return new SymbolTable(header);
427 class SymbolTable {
433 public SymbolTable(@Nonnull SectionHeader header) {
  /external/swiftshader/src/OpenGL/compiler/
Compiler.h 20 #include "SymbolTable.h"
112 TSymbolTable symbolTable;
BUILD.gn 58 "SymbolTable.cpp",
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.h 28 #include "process/SymbolTable.h"
83 bool SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol);
  /art/runtime/
elf_file_impl.h 158 typedef std::map<std::string, Elf_Sym*> SymbolTable;
159 SymbolTable** GetSymbolTable(Elf_Word section_type);
221 SymbolTable* symtab_symbol_table_;
222 SymbolTable* dynsym_symbol_table_;
  /external/skia/src/sksl/
SkSLIRGenerator.h 61 IRGenerator(const Context* context, std::shared_ptr<SymbolTable> root,
65 SymbolTable& types,
171 std::shared_ptr<SymbolTable> fRootSymbolTable;
172 std::shared_ptr<SymbolTable> fSymbolTable;

Completed in 535 milliseconds

1 23 4 5 6 7 8 91011>>