HomeSort by: relevance | last modified time | path
    Searched defs:getRelocationType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 302 uint64_t getRelocationType(DataRefImpl Rel) const override;
1020 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const {
1036 uint32_t type = getRelocationType(Rel);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 1170 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const {
WasmObjectFile.cpp 1712 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const {
XCOFFObjectFile.cpp 383 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const {
MachOObjectFile.cpp 2165 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const {
2173 uint64_t RType = getRelocationType(Rel);

Completed in 54 milliseconds