OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addGlobal
(Results
1 - 10
of
10
) sorted by null
/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-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
...]
/frameworks/base/media/java/android/mtp/
MtpStorageManager.java
[
all
...]
/external/swiftshader/src/Reactor/
SubzeroReactor.cpp
[
all
...]
Completed in 617 milliseconds