/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | SectionMemoryManager.cpp | 24 StringRef SectionName, in allocateDataSection() 34 StringRef SectionName) { in allocateCodeSection()
|
D | MCJIT.h | 39 StringRef SectionName) override { in allocateCodeSection() 44 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 28 char SectionName[16]; // Not necessarily null terminated! variable
|
D | MCSectionCOFF.h | 27 StringRef SectionName; variable
|
D | MCSectionELF.h | 33 StringRef SectionName; variable
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 34 StringRef SectionName) { in allocateCodeSection() 49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 125 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 114 StringRef SectionName) { in allocateCodeSection() 123 StringRef SectionName, in allocateDataSection()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 257 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/ |
D | MCJITCAPITest.cpp | 107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection() 114 unsigned SectionID, StringRef SectionName) { in allocateCodeSection()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 363 bool Sema::UnifySection(const StringRef &SectionName, in UnifySection() 390 bool Sema::UnifySection(const StringRef &SectionName, in UnifySection()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 140 StringRef &SectionName, unsigned &SectionIndex) { in getSectionNameIndex() 714 StringRef SectionName; in printSymbol() local 1206 StringRef SectionName; in printGlobalGotEntry() local
|
D | MachODumper.cpp | 385 StringRef SectionName = ""; in printSymbol() local
|
D | COFFDumper.cpp | 737 StringRef SectionName = ""; in printSymbol() local
|
D | ARMEHABIPrinter.h | 539 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(IT)) in PrintUnwindInformation() local
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 230 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() 405 StringRef SectionName; in ParseSectionArguments() local
|
D | COFFAsmParser.cpp | 313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() 337 StringRef SectionName; in ParseDirectiveSection() local
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 472 StringRef SectionName) override { in allocateCodeSection() 518 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 392 StringRef SectionName) { in allocateCodeSection() 399 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 147 int SectionName(getString(sh)); in ELFObjectFile() local
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1120 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/ |
D | JITTest.cpp | 141 StringRef SectionName, bool IsReadOnly) { in allocateDataSection() 147 StringRef SectionName) { in allocateCodeSection()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 331 StringRef SectionName; in darwinPrintSymbol() local 624 StringRef SectionName; in getSymbolNMTypeChar() local
|
/external/chromium_org/courgette/ |
D | disassembler_win32_x86.cc | 325 std::string DisassemblerWin32X86::SectionName(const Section* section) { in SectionName() function in courgette::DisassemblerWin32X86
|
D | disassembler_win32_x64.cc | 325 std::string DisassemblerWin32X64::SectionName(const Section* section) { in SectionName() function in courgette::DisassemblerWin32X64
|