Home
last modified time | relevance | path

Searched refs:symbol_range (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/radare2/radare2-5.1.1/libr/bin/pdb/
H A Ddbi.c48 static int parse_ssymbol_range(char *data, int max_len, SSymbolRange *symbol_range) { in parse_ssymbol_range() argument
51 READ2(read_bytes, max_len, symbol_range->section, data, st16); in parse_ssymbol_range()
52 READ2(read_bytes, max_len, symbol_range->padding1, data, st16); in parse_ssymbol_range()
53 READ4(read_bytes, max_len, symbol_range->offset, data, st32); in parse_ssymbol_range()
54 READ4(read_bytes, max_len, symbol_range->size, data, st32); in parse_ssymbol_range()
55 READ4(read_bytes, max_len, symbol_range->flags, data, ut32); in parse_ssymbol_range()
56 READ4(read_bytes, max_len, symbol_range->module, data, st32); in parse_ssymbol_range()
60 READ4(read_bytes, max_len, symbol_range->data_crc, data, ut32); in parse_ssymbol_range()
61 READ4(read_bytes, max_len, symbol_range->reloc_crc, data, ut32); in parse_ssymbol_range()
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkcodecompletion.cpp119 if (symbol_range.isValid ()) return _view->document ()->text (symbol_range); in currentCompletionWord()
154 symbol_range = KTextEditor::Range (para, start, para, end); in tryCompletion()
157symbol_range = KTextEditor::Range (); // Only hint when at the end of a word/symbol: https://mai… in tryCompletion()
159 …if (doc->defaultStyleAt (c) == KTextEditor::dsComment) symbol_range = KTextEditor::Range (); // do… in tryCompletion()
168symbol_range.setStart (KTextEditor::Cursor (symbol_range.start ().line (), symbol_range.start ().c… in tryCompletion()
188 argname_range = symbol_range; in tryCompletion()
189 for (int i = symbol_range.start ().column () - 1; i >= 0; --i) { in tryCompletion()
290 …dEditor::isCompletionEnabled (RKSettingsModuleCommandEditor::Object), symbol_range, &active_models… in updateVisibility()
291 …ditor::isCompletionEnabled (RKSettingsModuleCommandEditor::Filename), symbol_range, &active_models… in updateVisibility()
294 …if (min_len) kate_keyword_completion_model->completionInvoked (view (), symbol_range, KTextEditor:… in updateVisibility()
[all …]
H A Drkcodecompletion.h44 KTextEditor::Range currentSymbolRange () const { return symbol_range; }; in currentSymbolRange()
75 KTextEditor::Range symbol_range; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DIRSymtab.h257 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
262 symbol_range symbols() const;
269 symbol_range module_symbols(unsigned I) const;
332 inline Reader::symbol_range Reader::symbols() const { in symbols()
337 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DIRSymtab.h257 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
262 symbol_range symbols() const;
269 symbol_range module_symbols(unsigned I) const;
332 inline Reader::symbol_range Reader::symbols() const { in symbols()
337 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Object/
H A DIRSymtab.h263 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
268 symbol_range symbols() const;
275 symbol_range module_symbols(unsigned I) const;
348 inline Reader::symbol_range Reader::symbols() const { in symbols()
353 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Object/
H A DIRSymtab.h262 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
267 symbol_range symbols() const;
274 symbol_range module_symbols(unsigned I) const;
347 inline Reader::symbol_range Reader::symbols() const { in symbols()
352 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DIRSymtab.h263 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
268 symbol_range symbols() const;
275 symbol_range module_symbols(unsigned I) const;
348 inline Reader::symbol_range Reader::symbols() const { in symbols()
353 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Object/
H A DIRSymtab.h263 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
268 symbol_range symbols() const;
275 symbol_range module_symbols(unsigned I) const;
348 inline Reader::symbol_range Reader::symbols() const { in symbols()
353 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h262 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
267 symbol_range symbols() const;
274 symbol_range module_symbols(unsigned I) const;
347 inline Reader::symbol_range Reader::symbols() const { in symbols()
352 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Object/
H A DIRSymtab.h263 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
268 symbol_range symbols() const;
275 symbol_range module_symbols(unsigned I) const;
348 inline Reader::symbol_range Reader::symbols() const { in symbols()
353 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h262 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
267 symbol_range symbols() const;
274 symbol_range module_symbols(unsigned I) const;
347 inline Reader::symbol_range Reader::symbols() const { in symbols()
352 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Object/
H A DIRSymtab.h263 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
268 symbol_range symbols() const;
275 symbol_range module_symbols(unsigned I) const;
348 inline Reader::symbol_range Reader::symbols() const { in symbols()
353 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Object/
H A DIRSymtab.h262 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
267 symbol_range symbols() const;
274 symbol_range module_symbols(unsigned I) const;
347 inline Reader::symbol_range Reader::symbols() const { in symbols()
352 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DIRSymtab.h267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
272 symbol_range symbols() const;
279 symbol_range module_symbols(unsigned I) const;
354 inline Reader::symbol_range Reader::symbols() const { in symbols()
359 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Object/
H A DIRSymtab.h267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
272 symbol_range symbols() const;
279 symbol_range module_symbols(unsigned I) const;
354 inline Reader::symbol_range Reader::symbols() const { in symbols()
359 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
272 symbol_range symbols() const;
279 symbol_range module_symbols(unsigned I) const;
354 inline Reader::symbol_range Reader::symbols() const { in symbols()
359 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Object/
H A DIRSymtab.h267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
272 symbol_range symbols() const;
279 symbol_range module_symbols(unsigned I) const;
354 inline Reader::symbol_range Reader::symbols() const { in symbols()
359 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DIRSymtab.h267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
272 symbol_range symbols() const;
279 symbol_range module_symbols(unsigned I) const;
354 inline Reader::symbol_range Reader::symbols() const { in symbols()
359 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DIRSymtab.h267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>; variable
272 symbol_range symbols() const;
279 symbol_range module_symbols(unsigned I) const;
354 inline Reader::symbol_range Reader::symbols() const { in symbols()
359 inline Reader::symbol_range Reader::module_symbols(unsigned I) const { in module_symbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBSymbol.cpp134 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions() local
138 symbol_range, prefer_file_cache)); in GetInstructions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBSymbol.cpp132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions() local
136 symbol_range, force_live_memory)); in GetInstructions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBSymbol.cpp134 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions() local
138 symbol_range, prefer_file_cache)); in GetInstructions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/
H A DSBSymbol.cpp132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions() local
136 symbol_range, force_live_memory)); in GetInstructions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/
H A DSBSymbol.cpp132 AddressRange symbol_range(symbol_addr, m_opaque_ptr->GetByteSize()); in GetInstructions() local
136 symbol_range, force_live_memory)); in GetInstructions()

12