Home
last modified time | relevance | path

Searched refs:GlobalState (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp94 GlobalState = llvm::make_unique<GlobalTestState>(); in SetUpTestCase()
96 AppendingTypeTableBuilder Builder(GlobalState->Allocator); in SetUpTestCase()
107 AR.Name = GlobalState->Strings.save(Stream.str()); in SetUpTestCase()
108 GlobalState->Records.push_back(AR); in SetUpTestCase()
109 GlobalState->Indices.push_back(Builder.writeLeafType(AR)); in SetUpTestCase()
112 GlobalState->TypeVector.push_back(Type); in SetUpTestCase()
114 GlobalState->AllOffsets.push_back( in SetUpTestCase()
115 {GlobalState->Indices.back(), ulittle32_t(Offset)}); in SetUpTestCase()
119 GlobalState->ItemStream.setItems(GlobalState->TypeVector); in SetUpTestCase()
120 GlobalState->TypeArray = VarStreamArray<CVType>(GlobalState->ItemStream); in SetUpTestCase()
[all …]
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py758 class GlobalState(object): class
762 globalState = GlobalState(tableType="VarStore", cachingStats={})
/external/v8/src/
Disolate.h1547 friend struct GlobalState;