Home
last modified time | relevance | path

Searched refs:getAnyRelocationType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp892 Res = getAnyRelocationType(RE); in getRelocationType()
1018 unsigned Type = this->getAnyRelocationType(RE); in getRelocationValueString()
1044 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1091 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1113 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1152 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1735 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in llvm::object::MachOObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp558 uint32_t RelocType = MachO->getAnyRelocationType(RE); in processSECTDIFFRelocation()
623 uint32_t RelocType = MachO->getAnyRelocationType(RE); in processI386ScatteredVANILLA()
663 uint32_t RelType = MachO->getAnyRelocationType(RE); in processRelocationRef()
/external/llvm/include/llvm/Object/
DMachO.h179 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp346 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()