/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | SectionMemoryManager.cpp | 24 StringRef SectionName, in allocateDataSection() 34 StringRef SectionName) { in allocateCodeSection()
|
H A D | MCJIT.h | 40 StringRef SectionName) override { in allocateCodeSection() 45 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
H A D | RemoteMemoryManager.cpp | 33 StringRef SectionName) { in allocateCodeSection() 48 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 28 char SectionName[16]; // Not necessarily null terminated! variable
|
H A D | MCSectionCOFF.h | 27 StringRef SectionName; variable
|
H A D | MCSectionELF.h | 33 StringRef SectionName; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 347 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 D | RuntimeDyldELF.cpp | 129 StringRef SectionName; in createRTDyldELFObject() local 598 StringRef SectionName; in findPPC64TOCSection() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 125 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 138 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 D | Mips16HardFloat.cpp | 257 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local 447 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
|
H A D | MipsAsmPrinter.cpp | 705 std::string SectionName = std::string(".mdebug.") + getCurrentABIString(); in EmitStartOfAsmFile() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 140 StringRef &SectionName, unsigned &SectionIndex) { in getSectionNameIndex() 716 StringRef SectionName; in printSymbol() local 1208 StringRef SectionName; in printGlobalGotEntry() local
|
H A D | COFFDumper.cpp | 672 StringRef SectionName; in printCodeViewSymbolsSubsection() local 835 StringRef SectionName; in getSectionName() local 864 StringRef SectionName = ""; in printSymbol() local
|
H A D | MachODumper.cpp | 561 StringRef SectionName = ""; in printSymbol() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 230 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() 405 StringRef SectionName; in ParseSectionArguments() local
|
H A D | COFFAsmParser.cpp | 313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() 337 StringRef SectionName; in ParseDirectiveSection() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 363 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 D | MCJITCAPITest.cpp | 107 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 D | llvm-nm.cpp | 377 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 D | ExecutionEngineBindings.cpp | 391 StringRef SectionName) { in allocateCodeSection() 398 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | crashes.cpp | 147 int SectionName(getString(sh)); in ELFObjectFile() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 1109 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 D | MachODump.cpp | 4672 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 D | llvm-objdump.cpp | 684 StringRef SectionName; in PrintSymbolTable() local
|