HomeSort by relevance Sort by last modified time
    Searched refs:addGlobal (Results 1 - 15 of 15) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 89 /// addGlobal - Add a new global entity to the compile unit.
91 void addGlobal(StringRef Name, DIE *Die) { Globals[Name] = Die; }
DwarfCompileUnit.cpp     [all...]
DwarfDebug.cpp 531 TheCU->addGlobal(SP.getName(), SubprogramDie);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 150 void addGlobal(VariableDeclaration *Global) {
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp     [all...]

Completed in 169 milliseconds