Home
last modified time | relevance | path

Searched defs:Relocs (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
DMachObjectWriter.cpp853 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
967 std::vector<RelAndSymbol> &Relocs = Relocations[&Sec]; in writeObject() local
DELFObjectWriter.cpp917 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() local
DWasmObjectWriter.cpp884 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp207 static void dumpRelocs(const char *Prefix, const Container &Relocs) { in dumpRelocs()
455 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp307 std::vector<Elf_Rela> Relocs; in decode_relrs() local
381 std::vector<Elf_Rela> Relocs; in android_relas() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp89 RelocMap Relocs; in loadObj() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1059 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()
1081 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations() local
1126 RelocationList &Relocs = i->second; in applyExternalSymbolRelocations() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp491 static const std::map<unsigned,unsigned> Relocs = { in getFixupNoBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp278 SmallVectorImpl<const GCRelocateInst *> &Relocs, in removeDuplicateGCPtrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1428 RelocAddrMap Relocs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h1231 std::vector<const coff_relocation *> Relocs; variable