OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolInfoTy
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
XCOFFDump.h
16
struct
SymbolInfoTy
;
25
std::string getXCOFFSymbolDescription(const
SymbolInfoTy
&SymbolInfo,
XCOFFDump.cpp
67
std::string objdump::getXCOFFSymbolDescription(const
SymbolInfoTy
&SymbolInfo,
llvm-objdump.h
157
SymbolInfoTy
createSymbolInfo(const object::ObjectFile *Obj,
llvm-objdump.cpp
909
SymbolInfoTy
objdump::createSymbolInfo(const ObjectFile *Obj,
922
return
SymbolInfoTy
(Addr, Name, Smc, SymbolIndex,
925
return
SymbolInfoTy
(Addr, Name,
930
static
SymbolInfoTy
createDummySymbolInfo(const ObjectFile *Obj,
934
return
SymbolInfoTy
(Addr, Name, None, None, false);
936
return
SymbolInfoTy
(Addr, Name, Type);
1021
Symbols.push_back(
SymbolInfoTy
(
1460
const
SymbolInfoTy
*TargetSym = nullptr;
1465
[=](const
SymbolInfoTy
&O) { return O.Addr <= Target; });
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h
33
struct
SymbolInfoTy
{
45
SymbolInfoTy
(uint64_t Addr, StringRef Name,
49
SymbolInfoTy
(uint64_t Addr, StringRef Name, uint8_t Type)
54
friend bool operator<(const
SymbolInfoTy
&P1, const
SymbolInfoTy
&P2) {
66
using SectionSymbolsTy = std::vector<
SymbolInfoTy
>;
154
onSymbolStart(
SymbolInfoTy
&Symbol, uint64_t &Size, ArrayRef<uint8_t> Bytes,
/src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
MCDisassembler.cpp
20
MCDisassembler::onSymbolStart(
SymbolInfoTy
&Symbol, uint64_t &Size,
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp
48
Optional<DecodeStatus> onSymbolStart(
SymbolInfoTy
&Symbol, uint64_t &Size,
125
SymbolInfoTy
&Symbol, uint64_t &Size, ArrayRef<uint8_t> Bytes,
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.h
63
Optional<DecodeStatus> onSymbolStart(
SymbolInfoTy
&Symbol, uint64_t &Size,
AMDGPUDisassembler.cpp
1797
AMDGPUDisassembler::onSymbolStart(
SymbolInfoTy
&Symbol, uint64_t &Size,
1839
auto Result = llvm::find_if(*Symbols, [Value](const
SymbolInfoTy
&Val) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp
364
AllSymbols[*SecI].push_back(
SymbolInfoTy
(Addr, Name, ELF::STT_NOTYPE));
Completed in 27 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026