Home
last modified time | relevance | path

Searched defs:Globals (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/CodeGen/
D2003-06-26-CFECrash.c8 typedef struct Globals { struct
9 char answerbuf;
10 min_info info[1];
11 min_info *pInfo;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMGlobalMerge.cpp114 bool ARMGlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
165 SmallVector<GlobalVariable*, 16> Globals, ConstGlobals, BSSGlobals; in doInitialization() local
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp202 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
240 BitVector Globals; in doMerge() member
419 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
528 DenseMap<unsigned, SmallVector<GlobalVariable*, 16> > Globals, ConstGlobals, in doInitialization() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h61 StringMap<DIE*> Globals; variable
DDwarfDebug.cpp1711 const StringMap<DIE*> &Globals = TheCU->getGlobals(); in emitDebugPubNames() local
1759 const StringMap<DIE*> &Globals = TheCU->getGlobalTypes(); in emitDebugPubTypes() local
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) { in buildBitSetsFromGlobalVariables()
799 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalObject *> Globals) { in buildBitSetsFromDisjointSet()
963 std::vector<GlobalObject *> Globals; in lower() local
DGlobalOpt.cpp443 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() local
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp117 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), variable
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp85 void ASanInstrumentation::instrumentGlobals(VariableDeclarationList &Globals) { in instrumentGlobals()
DIceGlobalContext.h441 VariableDeclarationList Globals; variable
DIceDefs.h270 VariableDeclarationArray Globals; variable
DWasmTranslator.cpp1578 unique_ptr<VariableDeclarationList> Globals = in translate() local
DPNaClTranslator.cpp3028 std::unique_ptr<Ice::VariableDeclarationList> Globals = in installGlobalNamesAndGlobalVarInitializers() local
/external/nanopb-c/generator/
Dnanopb_generator.py907 class Globals: class
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp70 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals()
890 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1318 const auto &Globals = (TheU->*Accessor)(); in emitDebugPubSection() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp506 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp317 NamedMDNode *Globals = M.getNamedMetadata("llvm.asan.globals"); in init() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp40 SmallVector<llvm::GlobalVariable *, 2> Globals; member