Home
last modified time | relevance | path

Searched refs:GlobalString (Results 1 – 25 of 39) 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()
248 static void emitTextHeader(GlobalString Name, GlobalContext *Ctx,
318 GlobalString FunctionName;
DIceIntrinsics.h183 const FullIntrinsicInfo *find(GlobalString Name, bool &Error) const;
187 using IntrinsicMap = std::unordered_map<GlobalString, FullIntrinsicInfo>;
DIceAssembler.h327 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName()
328 void setFunctionName(GlobalString NewName) { FunctionName = NewName; } in setFunctionName()
351 GlobalString FunctionName;
DIceOperand.h155 const GlobalString getLabelName() const { return LabelName; } in getLabelName()
182 GlobalString LabelName;
276 LabelName = GlobalString::createWithString(Ctx, Str.str()); in initName()
374 const RelocOffsetArray &OffsetExpr, GlobalString Name) in RelocatableTuple()
378 const RelocOffsetArray &OffsetExpr, GlobalString Name, in RelocatableTuple()
387 const GlobalString Name;
419 GlobalString getName() const { return Name; } in getName()
434 const RelocOffsetArray &OffsetExpr, GlobalString Name, in ConstantRelocatable()
441 const GlobalString Name; /// optional for debug/dump
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()
125 GlobalString Name;
DIceGlobalContext.h249 GlobalString Name,
251 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
252 Constant *getConstantExternSym(GlobalString Name);
269 GlobalString getGlobalString(const std::string &Name);
DIceRangeSpec.h53 bool match(GlobalString Name, uint32_t Number) const { in match()
DIceGlobalContext.cpp662 GlobalString Name = Asm->getFunctionName(); in emitItems()
803 GlobalString Name, const std::string &EmitString) { in getConstantSymWithEmitString()
809 GlobalString Name) { in getConstantSym()
814 Constant *GlobalContext::getConstantExternSym(GlobalString Name) { in getConstantExternSym()
888 GlobalString GlobalContext::getGlobalString(const std::string &Name) { in getGlobalString()
889 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.cpp220 void ELFObjectWriter::writeFunctionCode(GlobalString FuncName, bool IsInternal, in writeFunctionCode()
411 GlobalString Name = Var->getName(); in writeDataOfType()
562 GlobalString SymName = Const->getLabelName(); in writeConstantPool()
631 GlobalString Name = Sym->getName(); in setUndefinedSyms()
DIceELFObjectWriter.h73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
DIceStringPool.h149 using GlobalString = StringID<struct GlobalStringPoolTraits>; variable
DIceIntrinsics.cpp243 const Intrinsics::FullIntrinsicInfo *Intrinsics::find(GlobalString Name, in find()
DIceInst.cpp596 GlobalString makeName(Cfg *Func, const SizeT Id) { in makeName()
600 return GlobalString::createWithString( in makeName()
602 return GlobalString::createWithString( in makeName()
DIceTargetLoweringARM32.h1017 GlobalString createGotoffRelocation(const ConstantRelocatable *CR);
1018 CfgUnorderedSet<GlobalString> KnownGotoffs;
1039 loadNamedConstantRelocatablePIC(GlobalString Name, Variable *Register,
DIceInst.h1124 GlobalString Name; // This JumpTable's name in the output.
1125 GlobalString FuncName;
DIceInstMIPS32.cpp257 Name = GlobalString::createWithString( in InstMIPS32Label()
261 Name = GlobalString::createWithoutString(Func->getContext()); in InstMIPS32Label()
DIceInstMIPS32.h780 GlobalString getLabelName() const { return Name; } in getLabelName()
793 GlobalString Name;
/external/v8/src/js/
Dintl.js30 var GlobalString = global.String;
39 var StringSubstr = GlobalString.prototype.substr;
40 var StringSubstring = GlobalString.prototype.substring;

12