HomeSort by: relevance | last modified time | path
    Searched defs:getRelocationTypeName (Results 1 - 6 of 6) 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);
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);
  /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);
WasmObjectFile.cpp 1717 void WasmObjectFile::getRelocationTypeName(
XCOFFObjectFile.cpp 389 void XCOFFObjectFile::getRelocationTypeName(
MachOObjectFile.cpp 2170 void MachOObjectFile::getRelocationTypeName(

Completed in 97 milliseconds