Home
last modified time | relevance | path

Searched defs:SectionName (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSectionCOFF.h26 StringRef SectionName; variable
DMCSectionELF.h32 StringRef SectionName; variable
DMCSectionMachO.h27 char SectionName[16]; // Not necessarily null terminated! variable
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp225 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
335 StringRef SectionName; in ParseDirectiveSection() local
DDarwinAsmParser.cpp503 StringRef SectionName; in ParseDirectiveSection() local
/external/clang/test/SemaCXX/
Dcrashes.cpp147 int SectionName(getString(sh)); in ELFObjectFile() local
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp144 std::string SectionName(".bss$linkonce"); in AddCommonSymbol() local
DELFObjectWriter.cpp998 const StringRef SectionName = Section.getSectionName(); in CreateRelocationSections() local
1297 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection() local
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp206 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp415 StringRef SectionName; in findOPDEntrySection() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp601 StringRef SectionName; in PrintSymbolTable() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp5503 const char *SectionName) { in AddModuleClassList()