OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSymbolType
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h
157
uint8_t
getSymbolType
() const {
161
bool isLabel() const { return
getSymbolType
() == XCOFF::XTY_LD; }
282
Expected<SymbolRef::Type>
getSymbolType
(DataRefImpl Symb) const override;
ObjectFile.h
252
virtual Expected<SymbolRef::Type>
getSymbolType
(DataRefImpl Symb) const = 0;
411
return getObject()->
getSymbolType
(getRawDataRefImpl());
Wasm.h
175
Expected<SymbolRef::Type>
getSymbolType
(DataRefImpl Symb) const override;
ELFObjectFile.h
272
Expected<SymbolRef::Type>
getSymbolType
(DataRefImpl Symb) const override;
657
ELFObjectFile<ELFT>::
getSymbolType
(DataRefImpl Symb) const {
MachO.h
289
Expected<SymbolRef::Type>
getSymbolType
(DataRefImpl Symb) const override;
COFF.h
947
Expected<SymbolRef::Type>
getSymbolType
(DataRefImpl Symb) const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp
33
static std::unique_ptr<PDBSymbol>
getSymbolType
(const PDBSymbol &Symbol) {
41
auto SymbolType =
getSymbolType
(Symbol);
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp
215
W.printEnum("SymbolType", AuxEntPtr->
getSymbolType
(),
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
218
XCOFFObjectFile::
getSymbolType
(DataRefImpl Symb) const {
COFFObjectFile.cpp
187
Expected<SymbolRef::Type> COFFObjectFile::
getSymbolType
(DataRefImpl Ref) const {
WasmObjectFile.cpp
1555
WasmObjectFile::
getSymbolType
(DataRefImpl Symb) const {
MachOObjectFile.cpp
1823
MachOObjectFile::
getSymbolType
(DataRefImpl Symb) const {
Completed in 35 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026