/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/ |
IRSymtab.h | 19 // multiple modules, so symbol tables may likewise contain symbols for multiple 58 /// Describes the range of a particular module's symbols within the symbol 115 Range<Symbol> Symbols; 194 ArrayRef<storage::Symbol> Symbols; 212 Symbols = range(header().Symbols); 219 /// The symbols enumerated by this method are ephemeral, but they can be 221 symbol_range symbols() const; 224 /// The symbols enumerated by this method are ephemeral, but they can be 244 /// Ephemeral symbols produced by Reader::symbols() an 282 inline Reader::symbol_range Reader::symbols() const { function in class:llvm::irsymtab::Reader [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCAssembler.h | 105 SymbolDataListType Symbols; 119 /// The set of function symbols for which a .thumb_func directive has 314 symbol_iterator symbol_begin() { return Symbols.begin(); } 315 const_symbol_iterator symbol_begin() const { return Symbols.begin(); } 317 symbol_iterator symbol_end() { return Symbols.end(); } 318 const_symbol_iterator symbol_end() const { return Symbols.end(); } 320 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } function in class:llvm::MCAssembler 321 const_symbol_range symbols() const { function in class:llvm::MCAssembler 325 size_t symbol_size() const { return Symbols.size(); }
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/ |
IRSymtab.h | 19 // multiple modules, so symbol tables may likewise contain symbols for multiple 58 /// Describes the range of a particular module's symbols within the symbol 115 Range<Symbol> Symbols; 194 ArrayRef<storage::Symbol> Symbols; 212 Symbols = range(header().Symbols); 219 /// The symbols enumerated by this method are ephemeral, but they can be 221 symbol_range symbols() const; 224 /// The symbols enumerated by this method are ephemeral, but they can be 244 /// Ephemeral symbols produced by Reader::symbols() an 282 inline Reader::symbol_range Reader::symbols() const { function in class:llvm::irsymtab::Reader [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCAssembler.h | 105 SymbolDataListType Symbols; 119 /// The set of function symbols for which a .thumb_func directive has 314 symbol_iterator symbol_begin() { return Symbols.begin(); } 315 const_symbol_iterator symbol_begin() const { return Symbols.begin(); } 317 symbol_iterator symbol_end() { return Symbols.end(); } 318 const_symbol_iterator symbol_end() const { return Symbols.end(); } 320 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } function in class:llvm::MCAssembler 321 const_symbol_range symbols() const { function in class:llvm::MCAssembler 325 size_t symbol_size() const { return Symbols.size(); }
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/ |
IRSymtab.h | 19 // multiple modules, so symbol tables may likewise contain symbols for multiple 58 /// Describes the range of a particular module's symbols within the symbol 115 Range<Symbol> Symbols; 194 ArrayRef<storage::Symbol> Symbols; 212 Symbols = range(header().Symbols); 219 /// The symbols enumerated by this method are ephemeral, but they can be 221 symbol_range symbols() const; 224 /// The symbols enumerated by this method are ephemeral, but they can be 244 /// Ephemeral symbols produced by Reader::symbols() an 282 inline Reader::symbol_range Reader::symbols() const { function in class:llvm::irsymtab::Reader [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCAssembler.h | 105 SymbolDataListType Symbols; 119 /// The set of function symbols for which a .thumb_func directive has 314 symbol_iterator symbol_begin() { return Symbols.begin(); } 315 const_symbol_iterator symbol_begin() const { return Symbols.begin(); } 317 symbol_iterator symbol_end() { return Symbols.end(); } 318 const_symbol_iterator symbol_end() const { return Symbols.end(); } 320 symbol_range symbols() { return make_range(symbol_begin(), symbol_end()); } function in class:llvm::MCAssembler 321 const_symbol_range symbols() const { function in class:llvm::MCAssembler 325 size_t symbol_size() const { return Symbols.size(); }
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/ |
IRSymtab.h | 19 // multiple modules, so symbol tables may likewise contain symbols for multiple 58 /// Describes the range of a particular module's symbols within the symbol 115 Range<Symbol> Symbols; 194 ArrayRef<storage::Symbol> Symbols; 212 Symbols = range(header().Symbols); 219 /// The symbols enumerated by this method are ephemeral, but they can be 221 symbol_range symbols() const; 224 /// The symbols enumerated by this method are ephemeral, but they can be 244 /// Ephemeral symbols produced by Reader::symbols() an 282 inline Reader::symbol_range Reader::symbols() const { function in class:llvm::irsymtab::Reader [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/ |
doc.go | 31 support references to Go symbols defined in other shared libraries
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/ |
flags.go | 22 Dynlink = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
textflag.go | 17 // It is ok for the linker to get multiple of these symbols. It will
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 94 // Base returns the base address to use when looking up symbols in the file. 106 // Symbols returns a list of symbols in the object file. 107 // If r is not nil, Symbols restricts the list to symbols 109 // If addr is not zero, Symbols restricts the list to symbols 111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
dict_decoder.go | 10 // * Literal insertions: Runs of one or more symbols are inserted into the data 12 // single symbol, or combinations of writeSlice/writeMark for multiple symbols. 16 // * Backward copies: Runs of one or more symbols are copied from previously 21 // perform a form of run-length encoding on repeated runs of symbols.
|
/prebuilts/go/linux-x86/src/cmd/asm/ |
doc.go | 31 support references to Go symbols defined in other shared libraries
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/flags/ |
flags.go | 22 Dynlink = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
textflag.go | 17 // It is ok for the linker to get multiple of these symbols. It will
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 94 // Base returns the base address to use when looking up symbols in the file. 106 // Symbols returns a list of symbols in the object file. 107 // If r is not nil, Symbols restricts the list to symbols 109 // If addr is not zero, Symbols restricts the list to symbols 111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
|
/prebuilts/go/linux-x86/src/compress/flate/ |
dict_decoder.go | 10 // * Literal insertions: Runs of one or more symbols are inserted into the data 12 // single symbol, or combinations of writeSlice/writeMark for multiple symbols. 16 // * Backward copies: Runs of one or more symbols are copied from previously 21 // perform a form of run-length encoding on repeated runs of symbols.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 94 void setSymbols(Map<String, String> symbols) { 95 this.mSymbols = symbols;
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
build_and_run.sh | 52 VENDOR_SYMBOLS_REL=/symbols/system/vendor/lib
|
/system/extras/simpleperf/ |
record_file.h | 58 const std::vector<const Symbol*>& symbols); 151 std::vector<Symbol>* symbols);
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-tic4x.c | 213 asymbol **symbols, 233 relent->sym_ptr_ptr = (symbols 244 /* The symbols definitions that we have read in have been relocated 246 the symbols in the raw data have not been modified, so we have to 249 Note that symbols which used to be common must be left alone. */
|
oasys.c | 61 undefined symbols will be placed into the table according to their 64 We do this by placing all undefined symbols at the front of the table 65 moving in, and the defined symbols at the end of the table moving back. */ 78 if (data->symbols != NULL) 81 /* Buy enough memory for all the symbols and all the names. */ 84 data->symbols = bfd_alloc (abfd, amt); 93 if (!data->symbols || !data->strings) 96 dest_defined = data->symbols + abfd->symcount - 1; 135 /* It seems that sometimes internal symbols are tied up, but 145 dest = data->symbols + H_GET_16 (abfd, record.symbol.refno) [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
makefile.vms | 45 subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/ |
alias.s | 28 # symbols
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-2-64.d | 6 # Test the backward branches to globals symbols in current file.
|