Home
last modified time | relevance | path

Searched defs:getSection (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalObject.h45 const char *getSection() const { return Section.c_str(); } in getSection() function
/external/llvm/include/llvm/MC/
DMCSymbol.h111 const MCSection &getSection() const { in getSection() function
DMCAssembler.h622 const MCSection &getSection() const { return *Section; } in getSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h169 const MCSection *getSection() const { in getSection() function
/external/llvm/lib/IR/
DGlobals.cpp91 const char *GlobalValue::getSection() const { in getSection() function in GlobalValue
/external/llvm/include/llvm/Object/
DELF.h523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { in getSection() function
853 ELFFile<ELFT>::getSection(uint32_t index) const { in getSection() function
DObjectFile.h378 inline std::error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp158 static void getSection(const MachOObjectFile *Obj, in getSection() function
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js131 function getSection() { function
/external/llvm/lib/Object/
DMachOObjectFile.cpp1772 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in llvm::object::MachOObjectFile
1780 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in llvm::object::MachOObjectFile
DCOFFObjectFile.cpp733 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile