Searched defs:SectionName (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h27 char SectionName[16]; // Not necessarily null terminated! member in class:llvm::final
H A DMCSectionCOFF.h26 StringRef SectionName; member in class:llvm::final
H A DMCSectionELF.h33 StringRef SectionName; member in class:llvm::final
H A DMCContext.h173 std::string SectionName; member in struct:llvm::MCContext::ELFSectionKey
176 ELFSectionKey(StringRef SectionName, StringRef GroupName, argument
190 std::string SectionName; member in struct:llvm::MCContext::COFFSectionKey
193 COFFSectionKey(StringRef SectionName, StringRe argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp102 StringRef SectionName = GV->getSection(); local
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp22 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
32 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
H A DExecutionEngineBindings.cpp356 allocateCodeSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
363 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool isReadOnly) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp106 StringRef SectionName = local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp363 bool Sema::UnifySection(StringRef SectionName, argument
390 bool Sema::UnifySection(StringRef SectionName, argument
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp314 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { argument
338 StringRef SectionName; local
H A DELFAsmParser.cpp219 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { argument
360 StringRef SectionName; local
[all...]
H A DDarwinAsmParser.cpp558 StringRef SectionName; local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp269 std::string SectionName = ".mips16.call.fp." + Name; local
468 std::string SectionName = ".mips16.fn." + Name; local
H A DMipsAsmPrinter.cpp716 std::string SectionName = std::string(".mdebug.") + getCurrentABIString(); local
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp730 StringRef SectionName; local
H A DCOFFDumper.cpp717 StringRef SectionName; local
881 StringRef SectionName; local
910 StringRef SectionName = ""; local
H A DMachODumper.cpp613 StringRef SectionName = ""; local
H A DELFDumper.cpp1274 StringRef SectionName; local
465 getSectionNameIndex(const ELFO &Obj, const typename ELFO::Elf_Sym *Symbol, const typename ELFO::Elf_Shdr *SymTab, ArrayRef<typename ELFO::Elf_Word> ShndxTable, StringRef &SectionName, unsigned &SectionIndex) argument
1958 StringRef SectionName; local
1992 StringRef SectionName; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp584 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName) argument
611 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName, bool IsReadOnly) argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp207 StringRef SectionName = GV->getSection(); local
/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp372 StringRef SectionName; local
375 outs() << "(" << SegmentName << "," << SectionName << ") "; local
777 StringRef SectionName; local
867 StringRef SectionName; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp222 << Alignment << ", SectionName = " << SectionName << ")\n"; local
242 << Alignment << ", SectionName = " << SectionName << ")\n"; local
477 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); local
216 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
235 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp343 StringRef SectionName; local
388 StringRef SectionName; local
787 getSectionAddr( StringRef FileName, StringRef SectionName, bool IsInsideLoad) const argument
810 getStubAddrFor( StringRef FileName, StringRef SectionName, StringRef SymbolName, bool IsInsideLoad) const argument
866 StringRef SectionName = Section.getName(); local
876 StringRef SectionName = Section.getName(); local
932 getSectionAddr(StringRef FileName, StringRef SectionName, bool LocalAddress) argument
[all...]
H A DRuntimeDyldELF.cpp131 StringRef SectionName; local
798 StringRef SectionName; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp5613 AddModuleClassList(ArrayRef<llvm::GlobalValue*> Container, const char *SymbolName, const char *SectionName) argument

Completed in 267 milliseconds

12