Home
last modified time | relevance | path

Searched refs:GVId (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp275 auto GVId = GV->getName(); in setTargetAttributes() local
279 llvm::binary_search(M.getCodeGenOpts().TocDataVarsUserSpecified, GVId); in setTargetAttributes()
284 !llvm::binary_search(M.getCodeGenOpts().NoTocDataVars, GVId))) { in setTargetAttributes()
300 << GVId << Msg; in setTargetAttributes()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8861 unsigned GVId; in parseTypeIdCompatibleVtableEntry() local
8863 if (parseGVReference(VI, GVId)) in parseTypeIdCompatibleVtableEntry()
8870 IdToIndexMap[GVId].push_back(std::make_pair(TI.size(), Loc)); in parseTypeIdCompatibleVtableEntry()
9544 unsigned GVId; in parseAliasSummary() local
9545 if (parseGVReference(AliaseeVI, GVId)) in parseAliasSummary()
9557 ForwardRefAliasees[GVId].emplace_back(AS.get(), Loc); in parseAliasSummary()
9695 unsigned GVId; in parseOptionalCalls() local
9696 if (parseGVReference(VI, GVId)) in parseOptionalCalls()
9731 IdToIndexMap[GVId].push_back(std::make_pair(Calls.size(), Loc)); in parseOptionalCalls()
9803 unsigned GVId; in parseOptionalVTableFuncs() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h387 bool parseGVReference(ValueInfo &VI, unsigned &GVId);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp646 auto GVId = GVar->getName(); in checkAliasForTocData() local
648 if ((llvm::binary_search(CodeGenOpts.TocDataVarsUserSpecified, GVId))) { in checkAliasForTocData()
650 << GVId << "the variable has an alias"; in checkAliasForTocData()