Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
34 StringRef SectionName) { in allocateCodeSection()
H A DMCJIT.h40 StringRef SectionName) override { in allocateCodeSection()
45 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.cpp33 StringRef SectionName) { in allocateCodeSection()
48 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h28 char SectionName[16]; // Not necessarily null terminated! variable
H A DMCSectionCOFF.h27 StringRef SectionName; variable
H A DMCSectionELF.h33 StringRef SectionName; variable
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp347 StringRef SectionName; in evalStubAddr() local
392 StringRef SectionName; in evalSectionAddr() local
790 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
814 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor()
867 StringRef SectionName = Section.Name; in registerSection() local
877 StringRef SectionName = Section.Name; in registerStubMap() local
932 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
H A DRuntimeDyldELF.cpp129 StringRef SectionName; in createRTDyldELFObject() local
598 StringRef SectionName; in findPPC64TOCSection() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp125 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp138 StringRef SectionName) { in allocateCodeSection()
147 StringRef SectionName, in allocateDataSection()
360 StringRef SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp257 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local
447 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
H A DMipsAsmPrinter.cpp705 std::string SectionName = std::string(".mdebug.") + getCurrentABIString(); in EmitStartOfAsmFile() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp140 StringRef &SectionName, unsigned &SectionIndex) { in getSectionNameIndex()
716 StringRef SectionName; in printSymbol() local
1208 StringRef SectionName; in printGlobalGotEntry() local
H A DCOFFDumper.cpp672 StringRef SectionName; in printCodeViewSymbolsSubsection() local
835 StringRef SectionName; in getSectionName() local
864 StringRef SectionName = ""; in printSymbol() local
H A DMachODumper.cpp561 StringRef SectionName = ""; in printSymbol() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp230 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
405 StringRef SectionName; in ParseSectionArguments() local
H A DCOFFAsmParser.cpp313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
337 StringRef SectionName; in ParseDirectiveSection() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp363 bool Sema::UnifySection(StringRef SectionName, in UnifySection()
390 bool Sema::UnifySection(StringRef SectionName, in UnifySection()
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
114 unsigned SectionID, StringRef SectionName) { in allocateCodeSection()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp377 StringRef SectionName; in darwinPrintSymbol() local
763 StringRef SectionName; in getSymbolNMTypeChar() local
867 StringRef SectionName; in getNsectForSegSect() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp391 StringRef SectionName) { in allocateCodeSection()
398 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcrashes.cpp147 int SectionName(getString(sh)); in ELFObjectFile() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1109 const StringRef SectionName = Section.getSectionName(); in CreateRelocationSections() local
1224 StringRef SectionName = Section.getSectionName(); in CompressDebugSection() local
1269 StringRef SectionName = Section.getSectionName(); in CompressDebugSections() local
1507 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp4672 StringRef SectionName; member
4748 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable() local
4793 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOBindTable() local
4825 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOLazyBindTable() local
4858 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOWeakBindTable() local
H A Dllvm-objdump.cpp684 StringRef SectionName; in PrintSymbolTable() local

12