Home
last modified time | relevance | path

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

/external/llvm/include/llvm/AsmParser/
DSlotMapping.h34 std::vector<GlobalValue *> GlobalValues; member
/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/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/llvm/lib/AsmParser/
DLLParser.cpp93 NumberedVals = Slots->GlobalValues; in restoreParsingState()
235 Slots->GlobalValues = std::move(NumberedVals); in ValidateEndOfModule()