Home
last modified time | relevance | path

Searched defs:RelInfo (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/
DMCSymbolizer.h41 std::unique_ptr<MCRelocationInfo> RelInfo; variable
45 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
DMCExternalSymbolizer.h41 std::unique_ptr<MCRelocationInfo> RelInfo, in MCExternalSymbolizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.h23 std::unique_ptr<MCRelocationInfo> RelInfo, in AArch64ExternalSymbolizer()
DAArch64Disassembler.cpp275 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAArch64ExternalSymbolizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h40 MachO::any_relocation_info RelInfo = in processRelocationRef() local
176 MachO::any_relocation_info RelInfo = in processSubtractRelocation() local
DRuntimeDyldMachOI386.h40 MachO::any_relocation_info RelInfo = in processRelocationRef() local
DRuntimeDyldMachOAArch64.h279 MachO::any_relocation_info RelInfo = in processRelocationRef() local
DRuntimeDyldMachOARM.h107 MachO::any_relocation_info RelInfo = in processRelocationRef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.h155 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, in AMDGPUSymbolizer()
DAMDGPUDisassembler.cpp1245 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createAMDGPUSymbolizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp193 std::unique_ptr<MCRelocationInfo> &&RelInfo) { in createMCSymbolizer()
DDisassembler.cpp87 std::unique_ptr<MCRelocationInfo> RelInfo( in LLVMCreateDisasmCPUFeatures() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h69 MachO::any_relocation_info RelInfo = in getRelocationEntry() local
DRuntimeDyldMachO.cpp103 MachO::any_relocation_info RelInfo = in getRelocationValueRef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h586 std::unique_ptr<MCRelocationInfo> &&RelInfo) const { in createMCSymbolizer()