Home
last modified time | relevance | path

Searched refs:SectionSuffix (Results 101 – 102 of 102) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp7232 const std::string &SectionSuffix) { in lowerGlobals() argument
7237 Writer->writeDataSection(Vars, llvm::ELF::R_ARM_ABS32, SectionSuffix, in lowerGlobals()
7245 emitGlobal(*Var, SectionSuffix); in lowerGlobals()
H A DIceTargetLoweringX86BaseImpl.h8625 const VariableDeclarationList &Vars, const std::string &SectionSuffix) {
8630 Writer->writeDataSection(Vars, Traits::FK_Abs, SectionSuffix, IsPIC);
8637 emitGlobal(*Var, SectionSuffix);

12345