HomeSort by: relevance | last modified time | path
    Searched refs:TI_GLOBAL_RELOC (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssembly.h 94 TI_GLOBAL_RELOC,
WebAssemblyInstrInfo.cpp 213 {WebAssembly::TI_GLOBAL_RELOC, "wasm-global-reloc"},
WebAssemblyFrameLowering.cpp 328 Loc.Location.WasmLoc = {WebAssembly::TI_GLOBAL_RELOC, 0};
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 452 const unsigned TI_GLOBAL_RELOC = 3;
453 if (FrameBase.Location.WasmLoc.Kind == TI_GLOBAL_RELOC) {
470 addSInt(*Loc, dwarf::DW_FORM_sdata, TI_GLOBAL_RELOC);

Completed in 32 milliseconds