Home
last modified time | relevance | path

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

12

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 StringRef SectionName, in allocateDataSection()
35 StringRef SectionName) { in allocateCodeSection()
DExecutionEngineBindings.cpp358 StringRef SectionName) { in allocateCodeSection()
365 StringRef SectionName, bool isReadOnly) { in allocateDataSection()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp34 StringRef SectionName) { in allocateCodeSection()
49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp343 StringRef SectionName; in evalStubAddr() local
388 StringRef SectionName; in evalSectionAddr() local
788 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
811 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor()
866 StringRef SectionName = Section.getName(); in registerSection() local
876 StringRef SectionName = Section.getName(); in registerStubMap() local
932 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h27 char SectionName[16]; // Not necessarily null terminated! variable
DMCSectionCOFF.h26 StringRef SectionName; variable
DMCSectionELF.h33 StringRef SectionName; variable
DMCContext.h173 std::string SectionName; member
190 std::string SectionName; member
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp102 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp31 StringRef SectionName, in TEST()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp106 StringRef SectionName = in HexagonMCEmitCommonSymbol() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp219 StringRef SectionName) { in allocateCodeSection()
238 StringRef SectionName, in allocateDataSection()
477 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp269 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local
468 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h40 StringRef SectionName) override { in allocateCodeSection()
49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/autotest/site_utils/suite_scheduler/
Dbase_event.py21 def SectionName(keyword): function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp105 unsigned SectionID, StringRef SectionName, in allocateDataSection()
114 StringRef SectionName) override { in allocateCodeSection()
/external/clang/lib/Sema/
DSemaAttr.cpp363 bool Sema::UnifySection(StringRef SectionName, in UnifySection()
390 bool Sema::UnifySection(StringRef SectionName, in UnifySection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp219 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
360 StringRef SectionName; in ParseSectionArguments() local
DCOFFAsmParser.cpp314 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
338 StringRef SectionName; in ParseDirectiveSection() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp703 StringRef SectionName; in printCodeViewSymbolsSubsection() local
867 StringRef SectionName; in getSectionName() local
896 StringRef SectionName = ""; in printSymbol() local
DELFDumper.cpp468 StringRef &SectionName, unsigned &SectionIndex) { in getSectionNameIndex()
1273 StringRef SectionName; in printSymbol() local
1957 StringRef SectionName; in printGlobalGotEntry() local
1991 StringRef SectionName; in printPLTEntry() local
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp372 StringRef SectionName; in darwinPrintSymbol() local
777 StringRef SectionName; in getSymbolNMTypeChar() local
867 StringRef SectionName; in getNsectForSegSect() local
/external/clang/test/SemaCXX/
Dcrashes.cpp153 int SectionName(getString(sh)); in ELFObjectFile() local
/external/llvm/lib/MC/
DELFObjectWriter.cpp951 const StringRef SectionName = Sec.getSectionName(); in createRelocationSection() local
995 StringRef SectionName = Section.getSectionName(); in writeSectionData() local
/external/llvm/tools/sancov/
Dsancov.cc296 StringRef SectionName; in getObjectCoveragePoints() local

12