Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp879 Res = getAnyRelocationType(RE); in getRelocationType()
985 unsigned Type = this->getAnyRelocationType(RE); in getRelocationValueString()
1011 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1058 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1080 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1119 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
1415 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in llvm::object::MachOObjectFile
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachORelocationInfo.cpp82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h159 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp364 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp334 uint32_t RelType = MachO->getAnyRelocationType(RE); in processRelocationRef()