OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationTypeName
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h
225
StringRef
getRelocationTypeName
(uint32_t Type) const;
226
void
getRelocationTypeName
(uint32_t Type,
549
StringRef ELFFile<ELFT>::
getRelocationTypeName
(uint32_t Type) const {
554
void ELFFile<ELFT>::
getRelocationTypeName
(uint32_t Type,
557
StringRef Name =
getRelocationTypeName
(Type);
571
StringRef Name =
getRelocationTypeName
(Type1);
574
Name =
getRelocationTypeName
(Type2);
578
Name =
getRelocationTypeName
(Type3);
ObjectFile.h
288
virtual void
getRelocationTypeName
(DataRefImpl Rel,
558
return OwningObject->
getRelocationTypeName
(RelocationPimpl, Result);
ELFObjectFile.h
303
void
getRelocationTypeName
(DataRefImpl Rel,
309
StringRef
getRelocationTypeName
(uint32_t Type) const;
1029
StringRef ELFObjectFile<ELFT>::
getRelocationTypeName
(uint32_t Type) const {
1034
void ELFObjectFile<ELFT>::
getRelocationTypeName
(
1037
EF.
getRelocationTypeName
(type, Result);
Wasm.h
201
void
getRelocationTypeName
(DataRefImpl Rel,
XCOFFObjectFile.h
310
void
getRelocationTypeName
(DataRefImpl Rel,
COFF.h
937
StringRef
getRelocationTypeName
(uint16_t Type) const;
970
void
getRelocationTypeName
(DataRefImpl Rel,
MachO.h
340
void
getRelocationTypeName
(DataRefImpl Rel,
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
1207
StringRef COFFObjectFile::
getRelocationTypeName
(uint16_t Type) const {
1303
void COFFObjectFile::
getRelocationTypeName
(
1306
StringRef Res =
getRelocationTypeName
(Reloc->Type);
XCOFFObjectFile.cpp
389
void XCOFFObjectFile::
getRelocationTypeName
(
WasmObjectFile.cpp
1717
void WasmObjectFile::
getRelocationTypeName
(
MachOObjectFile.cpp
2170
void MachOObjectFile::
getRelocationTypeName
(
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp
478
<< "Name: " << Obj.
getRelocationTypeName
(Type) << "\n";
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
3417
this->Obj.
getRelocationTypeName
(R.Type, RelocName);
5949
": " + Obj.
getRelocationTypeName
(R.Type));
6319
this->Obj.
getRelocationTypeName
(R.Type, RelocName);
Completed in 31 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026