Home
last modified time | relevance | path

Searched defs:FixupSection (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp142 const MCSectionWasm *FixupSection; // The section the relocation is targeting. member
434 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() local
DELFObjectWriter.cpp1427 const MCSectionELF &FixupSection = cast<MCSectionELF>(*Fragment->getParent()); in recordRelocation() local
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.cc35 void FixupSection(ZoneBuffer* buffer, size_t start) { in FixupSection() function