Home
last modified time | relevance | path

Searched refs:GlobalString (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id, in JumpTableData()
97 GlobalString getName() const { return Name; } in getName()
98 GlobalString getFunctionName() const { return FuncName; } in getFunctionName()
101 static std::string createSectionName(const GlobalString Name) { in createSectionName()
110 GlobalString Name;
111 GlobalString FuncName;
DIceClFlags.h163 bool matchForceO2(GlobalString Name, uint32_t Number) const {
169 bool matchTestStatus(GlobalString Name, uint32_t Number) const {
172 bool matchTimingFocus(GlobalString Name, uint32_t Number) const {
175 bool matchTranslateOnly(GlobalString Name, uint32_t Number) const {
178 bool matchVerboseFocusOn(GlobalString Name, uint32_t Number) const {
DIceELFSection.h178 void createDefinedSym(GlobalString Name, uint8_t Type, uint8_t Binding,
183 void noteUndefinedSym(GlobalString Name, ELFSection *NullSection);
185 const ELFSym *findSymbol(GlobalString Name) const;
203 using SymtabKey = GlobalString;
209 GlobalString NullSymbolName;
270 void add(GlobalString Str) { in add()
366 GlobalString Name = Fixup.symbol(); in writeData()
DIceELFSection.cpp105 NullSymbolName = GlobalString::createWithString(Ctx, ""); in createNullSymbol()
110 void ELFSymbolTableSection::createDefinedSym(GlobalString Name, uint8_t Type, in createDefinedSym()
129 void ELFSymbolTableSection::noteUndefinedSym(GlobalString Name, in noteUndefinedSym()
145 const ELFSym *ELFSymbolTableSection::findSymbol(GlobalString Name) const { in findSymbol()
158 GlobalString Name = KeyValue.first; in updateIndices()
DIceCfg.h61 void setFunctionName(GlobalString Name) { FunctionName = Name; } in setFunctionName()
62 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName()
241 static void emitTextHeader(GlobalString Name, GlobalContext *Ctx,
304 GlobalString FunctionName;
DIceAssembler.h327 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName()
328 void setFunctionName(GlobalString NewName) { FunctionName = NewName; } in setFunctionName()
351 GlobalString FunctionName;
DIceGlobalInits.h64 GlobalString getName() const { return Name; } in getName()
69 void setName(GlobalString NewName) { Name = NewName; } in setName()
71 Name = GlobalString::createWithoutString(Ctx); in setName()
121 GlobalString Name;
DIceOperand.h155 const GlobalString getLabelName() const { return LabelName; } in getLabelName()
177 GlobalString LabelName;
269 LabelName = GlobalString::createWithString(Ctx, Str.str()); in initName()
351 const RelocOffsetArray &OffsetExpr, GlobalString Name) in RelocatableTuple()
355 const RelocOffsetArray &OffsetExpr, GlobalString Name, in RelocatableTuple()
364 const GlobalString Name;
396 GlobalString getName() const { return Name; } in getName()
411 const RelocOffsetArray &OffsetExpr, GlobalString Name, in ConstantRelocatable()
418 const GlobalString Name; /// optional for debug/dump
DIceGlobalContext.h248 GlobalString Name,
250 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
251 Constant *getConstantExternSym(GlobalString Name);
268 GlobalString getGlobalString(const std::string &Name);
DIceRangeSpec.h53 bool match(GlobalString Name, uint32_t Number) const { in match()
DIceGlobalContext.cpp580 GlobalString Name = Asm->getFunctionName(); in emitItems()
721 GlobalString Name, const std::string &EmitString) { in getConstantSymWithEmitString()
727 GlobalString Name) { in getConstantSym()
732 Constant *GlobalContext::getConstantExternSym(GlobalString Name) { in getConstantExternSym()
806 GlobalString GlobalContext::getGlobalString(const std::string &Name) { in getGlobalString()
807 return GlobalString::createWithString(this, Name); in getGlobalString()
DIceFixups.cpp34 GlobalString AssemblerFixup::symbol() const { in symbol()
DIceASanInstrumentation.h29 using GlobalSizeMap = std::unordered_map<GlobalString, SizeT>;
DIceFixups.h46 GlobalString symbol() const;
DIceELFObjectWriter.h73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
DIceELFObjectWriter.cpp219 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode()
410 GlobalString Name = Var->getName(); in writeDataOfType()
550 GlobalString SymName = Const->getLabelName(); in writeConstantPool()
619 GlobalString Name = Sym->getName(); in setUndefinedSyms()
DIceStringPool.h149 using GlobalString = StringID<struct GlobalStringPoolTraits>; variable
DIceInst.cpp588 GlobalString makeName(Cfg *Func, const SizeT Id) { in makeName()
592 return GlobalString::createWithString( in makeName()
594 return GlobalString::createWithString( in makeName()
DIceTargetLoweringARM32.h1010 GlobalString createGotoffRelocation(const ConstantRelocatable *CR);
1011 CfgUnorderedSet<GlobalString> KnownGotoffs;
1032 loadNamedConstantRelocatablePIC(GlobalString Name, Variable *Register,
DIceInst.h1129 GlobalString Name; // This JumpTable's name in the output.
1130 GlobalString FuncName;
DIceInstMIPS32.cpp255 Name = GlobalString::createWithString( in InstMIPS32Label()
259 Name = GlobalString::createWithoutString(Func->getContext()); in InstMIPS32Label()
DIceInstMIPS32.h780 GlobalString getLabelName() const { return Name; } in getLabelName()
793 GlobalString Name;
DIceInstARM32.h1083 GlobalString getLabelName() const { return Name; } in getLabelName()
1095 GlobalString Name;
DIceTargetLoweringX86BaseImpl.h6210 GlobalString TargetX86Base<TraitsType>::lowerShuffleVector_NewMaskName() {
6211 GlobalString FuncName = Func->getFunctionName();
6214 return GlobalString::createWithString(
6218 return GlobalString::createWithString(
6238 GlobalString MaskName = lowerShuffleVector_NewMaskName();
7049 auto JTName = GlobalString::createWithString(Ctx, JumpTable->getName());
DIceTargetLoweringARM32.cpp886 GlobalString
888 GlobalString CRName = CR->getName(); in createGotoffRelocation()
889 GlobalString CRGotoffName = in createGotoffRelocation()
950 GlobalString Name, Variable *Register, in loadNamedConstantRelocatablePIC()
6466 GlobalString CGotoffName = createGotoffRelocation(C); in legalize()

12