Home
last modified time | relevance | path

Searched refs:setSectionName (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionWasm.h52 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
DMCSectionELF.h64 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
/external/llvm/include/llvm/MC/
DMCSectionELF.h65 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() function
/external/llvm/lib/MC/
DMCContext.cpp309 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp314 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()