HomeSort by relevance Sort by last modified time
    Searched refs:VariableDeclarationList (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/subzero/src/
IceConverter.h 36 GlobalDeclarationsPool(new VariableDeclarationList()) {}
56 std::unique_ptr<VariableDeclarationList> GlobalDeclarationsPool;
IceThreading.cpp 26 std::unique_ptr<VariableDeclarationList> D)
37 std::unique_ptr<VariableDeclarationList> GloblInits) {
42 std::unique_ptr<VariableDeclarationList> EmitterWorkItem::getGlobalInits() {
IceDefs.h 154 /// VariableDeclarationList is a container for holding VariableDeclarations --
157 class VariableDeclarationList {
158 VariableDeclarationList(const VariableDeclarationList &) = delete;
159 VariableDeclarationList &operator=(const VariableDeclarationList &) = delete;
160 VariableDeclarationList(VariableDeclarationList &&) = delete;
161 VariableDeclarationList &operator=(VariableDeclarationList &&) = delete
    [all...]
IceInstrumentation.h 47 virtual void instrumentGlobals(VariableDeclarationList &) {}
53 LockedPtr<VariableDeclarationList> getGlobals();
IceThreading.h 179 EmitterWorkItem(uint32_t Seq, std::unique_ptr<VariableDeclarationList> D);
186 void setGlobalInits(std::unique_ptr<VariableDeclarationList> GloblInits);
187 std::unique_ptr<VariableDeclarationList> getGlobalInits();
194 std::unique_ptr<VariableDeclarationList> GlobalInits;
IceGlobalInits.h 261 static DataInitializer *create(VariableDeclarationList *VDL,
277 DataInitializer(VariableDeclarationList *VDL,
290 DataInitializer(VariableDeclarationList *VDL, const char *Str,
311 static ZeroInitializer *create(VariableDeclarationList *VDL, SizeT Size) {
337 static RelocInitializer *create(VariableDeclarationList *VDL,
345 static RelocInitializer *create(VariableDeclarationList *VDL,
377 RelocInitializer(VariableDeclarationList *VDL,
406 static VariableDeclaration *create(VariableDeclarationList *VDL,
414 static VariableDeclaration *createExternal(VariableDeclarationList *VDL) {
IceCfg.h 147 std::unique_ptr<VariableDeclarationList> getGlobalInits() {
152 GlobalInits.reset(new VariableDeclarationList);
156 VariableDeclarationList *getGlobalPool() {
158 GlobalInits.reset(new VariableDeclarationList);
339 std::unique_ptr<VariableDeclarationList> GlobalInits;
IceASanInstrumentation.h 43 void instrumentGlobals(VariableDeclarationList &Globals) override;
IceTranslator.cpp 64 std::unique_ptr<VariableDeclarationList> VariableDeclarations) {
IceTranslator.h 57 lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
IceGlobalContext.h 489 LockedPtr<VariableDeclarationList> getGlobals() {
490 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
510 VariableDeclarationList Globals;
600 LockedPtr<VariableDeclarationList> getInitializerAllocator() {
601 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock);
619 void accumulateGlobals(std::unique_ptr<VariableDeclarationList> Globls) {
620 LockedPtr<VariableDeclarationList> _(&Globals, &InitAllocLock);
IceELFObjectWriter.h 65 void writeDataSection(const VariableDeclarationList &Vars,
IceInstrumentation.cpp 129 LockedPtr<VariableDeclarationList> Instrumentation::getGlobals() {
IceASanInstrumentation.cpp 85 void ASanInstrumentation::instrumentGlobals(VariableDeclarationList &Globals) {
89 VariableDeclarationList NewGlobals;
IceELFObjectWriter.cpp 291 void partitionGlobalsBySection(const VariableDeclarationList &Vars,
319 void ELFObjectWriter::writeDataSection(const VariableDeclarationList &Vars,
IceTargetLowering.h 624 virtual void lowerGlobals(const VariableDeclarationList &Vars,
IceConverter.cpp 665 Ice::VariableDeclarationList *G)
703 Ice::VariableDeclarationList *GlobalPool;
    [all...]
PNaClTranslator.cpp 235 VariableDeclarations(new Ice::VariableDeclarationList()) {}
255 Ice::VariableDeclarationList *getGlobalVariablesPool() {
395 std::unique_ptr<Ice::VariableDeclarationList> getGlobalVariables() {
442 std::unique_ptr<Ice::VariableDeclarationList> VariableDeclarations;
    [all...]
IceGlobalContext.cpp 432 std::unique_ptr<VariableDeclarationList> GlobalInits =
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
FileProfile.py 28 VariableDeclarationList = []
CodeFragmentCollector.py 562 FileProfile.VariableDeclarationList = []
587 for var in FileProfile.VariableDeclarationList:
C.g 94 FileProfile.VariableDeclarationList.append(VarDecl)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FileProfile.py 29 VariableDeclarationList = []
CodeFragmentCollector.py 404 FileProfile.VariableDeclarationList = []
433 for var in FileProfile.VariableDeclarationList:
c.py 139 for var in FileProfile.VariableDeclarationList:

Completed in 4647 milliseconds

1 2