Home
last modified time | relevance | path

Searched defs:SymInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp160 Elf64_Sym &SymInfo = KeyValue.second.Sym; in updateIndices() local
169 Elf64_Sym &SymInfo = KeyValue.second.Sym; in updateIndices() local
DIceELFSection.h335 const Elf64_Sym &SymInfo = KeyValue.second.Sym; in writeSymbolMap() local
345 const Elf64_Sym &SymInfo = KeyValue.second.Sym; in writeSymbolMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp738 auto SymInfo = GetSymbolInfo(Symbol); in getSymbolLocalAddr() local
752 auto SymInfo = GetSymbolInfo(Symbol); in getSymbolRemoteAddr() local
781 auto SymInfo = GetSymbolInfo(Symbol); in getSymbolContent() local
DRuntimeDyldMachO.cpp118 const auto &SymInfo = SI->second; in getRelocationValueRef() local
DRuntimeDyldImpl.h498 const auto &SymInfo = pos->second; in getSymbolLocalAddress() local
DRuntimeDyld.cpp925 const auto &SymInfo = Loc->second; in addRelocationForSymbol() local
1102 const auto &SymInfo = Loc->second; in applyExternalSymbolRelocations() local
DRuntimeDyldELF.cpp1031 const auto &SymInfo = Loc->second; in resolveAArch64ShortBranch() local
1150 const auto &SymInfo = gsi->second; in processRelocationRef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1348 struct SymInfo { struct
1355 static Expected<SymInfo> getSymbolInfo(const object::ObjectFile &Obj, in getSymbolInfo() argument