Searched refs:OffsetName (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h69 StringRef OffsetName; member in struct:llvm::IntelExpr
74 OffsetName(StringRef()), Scale(1) {}
79 OffsetName(offsetName), Scale(1) {
86 bool hasOffset() const { return !OffsetName.empty(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1852 std::string OffsetName = GetIVarOffsetVariableName(classDecl, IVD); variable
1853 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName);
1859 OffsetValue, OffsetName);
3467 std::string OffsetName = "__objc_ivar_offset_value_" + ClassName +"." + local
3470 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName);
3480 OffsetValue, OffsetName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5961 StringRef OffsetName = AR.IntelExp.OffsetName; local
5962 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data());
5963 size_t OffsetLen = OffsetName.size();
5971 OS << "offset " << OffsetName; local
H A DMasmParser.cpp6782 StringRef OffsetName = AR.IntelExp.OffsetName; local
6783 SMLoc OffsetLoc = SMLoc::getFromPointer(AR.IntelExp.OffsetName.data());
6784 size_t OffsetLen = OffsetName.size();
6792 OS << "offset " << OffsetName; local

Completed in 198 milliseconds