Home
last modified time | relevance | path

Searched refs:GlobalValues (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/AsmParser/
DSlotMapping.h34 std::vector<GlobalValue *> GlobalValues; member
/external/llvm/include/llvm/AsmParser/
DSlotMapping.h34 std::vector<GlobalValue *> GlobalValues; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dthinlto-summary-local-5.0.ll3 ; properly parsed and don't set GlobalValues as dso_local.
Ddso_location.ll4 ; deserialization of the dso_local value on GlobalValues.
Duse-list-order.ll26 ; as aliases. This confirms that this globals are recognized as GlobalValues
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp59 ASSERT_EQ(Mapping.GlobalValues.size(), 1u); in TEST()
60 EXPECT_TRUE(isa<GlobalVariable>(Mapping.GlobalValues[0])); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/
DAsmParserTest.cpp59 ASSERT_EQ(Mapping.GlobalValues.size(), 1u); in TEST()
60 EXPECT_TRUE(isa<GlobalVariable>(Mapping.GlobalValues[0])); in TEST()
/external/llvm/test/Bitcode/
Duse-list-order.ll26 ; as aliases. This confirms that this globals are recognized as GlobalValues
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1183 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()
1186 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1515 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()
1518 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
/external/llvm/lib/AsmParser/
DLLParser.cpp93 NumberedVals = Slots->GlobalValues; in restoreParsingState()
235 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp110 NumberedVals = Slots->GlobalValues; in restoreParsingState()
253 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule()