OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSymbolSection
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h
273
Expected<section_iterator>
getSymbolSection
(const Elf_Sym *Symb,
275
Expected<section_iterator>
getSymbolSection
(DataRefImpl Symb) const override;
510
if (Expected<section_iterator> SecOrErr =
getSymbolSection
(Sym)) {
768
ELFObjectFile<ELFT>::
getSymbolSection
(const Elf_Sym *ESym,
795
ELFObjectFile<ELFT>::
getSymbolSection
(DataRefImpl Symb) const {
803
return
getSymbolSection
(*SymOrErr, *SymTabOrErr);
ObjectFile.h
254
getSymbolSection
(DataRefImpl Symb) const = 0;
407
return getObject()->
getSymbolSection
(getRawDataRefImpl());
Wasm.h
176
Expected<section_iterator>
getSymbolSection
(DataRefImpl Symb) const override;
XCOFFObjectFile.h
283
Expected<section_iterator>
getSymbolSection
(DataRefImpl Symb) const override;
MachO.h
291
Expected<section_iterator>
getSymbolSection
(DataRefImpl Symb) const override;
COFF.h
948
Expected<section_iterator>
getSymbolSection
(DataRefImpl Symb) const override;
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
224
XCOFFObjectFile::
getSymbolSection
(DataRefImpl Symb) const {
COFFObjectFile.cpp
247
COFFObjectFile::
getSymbolSection
(DataRefImpl Ref) const {
WasmObjectFile.cpp
1578
WasmObjectFile::
getSymbolSection
(DataRefImpl Symb) const {
MachOObjectFile.cpp
1835
Expected<section_iterator> SecOrError =
getSymbolSection
(Symb);
1888
MachOObjectFile::
getSymbolSection
(DataRefImpl Symb) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
536
MachO->
getSymbolSection
(S.Sym.getRawDataRefImpl());
1047
Expected<section_iterator> SecOrErr = Obj.
getSymbolSection
(Symb);
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026