Home
last modified time | relevance | path

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

12

/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
34 StringRef SectionName) { in allocateCodeSection()
DMCJIT.h39 StringRef SectionName) override { in allocateCodeSection()
44 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h28 char SectionName[16]; // Not necessarily null terminated! variable
DMCSectionCOFF.h27 StringRef SectionName; variable
DMCSectionELF.h33 StringRef SectionName; variable
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp34 StringRef SectionName) { in allocateCodeSection()
49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp125 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp114 StringRef SectionName) { in allocateCodeSection()
123 StringRef SectionName, in allocateDataSection()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp257 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local
447 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
114 unsigned SectionID, StringRef SectionName) { in allocateCodeSection()
/external/clang/lib/Sema/
DSemaAttr.cpp363 bool Sema::UnifySection(const StringRef &SectionName, in UnifySection()
390 bool Sema::UnifySection(const StringRef &SectionName, in UnifySection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp140 StringRef &SectionName, unsigned &SectionIndex) { in getSectionNameIndex()
714 StringRef SectionName; in printSymbol() local
1206 StringRef SectionName; in printGlobalGotEntry() local
DMachODumper.cpp385 StringRef SectionName = ""; in printSymbol() local
DCOFFDumper.cpp737 StringRef SectionName = ""; in printSymbol() local
DARMEHABIPrinter.h539 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(IT)) in PrintUnwindInformation() local
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp230 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
405 StringRef SectionName; in ParseSectionArguments() local
DCOFFAsmParser.cpp313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
337 StringRef SectionName; in ParseDirectiveSection() local
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp472 StringRef SectionName) override { in allocateCodeSection()
518 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp392 StringRef SectionName) { in allocateCodeSection()
399 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/external/clang/test/SemaCXX/
Dcrashes.cpp147 int SectionName(getString(sh)); in ELFObjectFile() local
/external/llvm/lib/MC/
DELFObjectWriter.cpp1120 const StringRef SectionName = Section.getSectionName(); in CreateRelocationSections() local
1235 StringRef SectionName = Section.getSectionName(); in CompressDebugSection() local
1280 StringRef SectionName = Section.getSectionName(); in CompressDebugSections() local
1535 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection() local
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp141 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
147 StringRef SectionName) { in allocateCodeSection()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp331 StringRef SectionName; in darwinPrintSymbol() local
624 StringRef SectionName; in getSymbolNMTypeChar() local
/external/chromium_org/courgette/
Ddisassembler_win32_x86.cc325 std::string DisassemblerWin32X86::SectionName(const Section* section) { in SectionName() function in courgette::DisassemblerWin32X86
Ddisassembler_win32_x64.cc325 std::string DisassemblerWin32X64::SectionName(const Section* section) { in SectionName() function in courgette::DisassemblerWin32X64

12