Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSymbol.h111 const MCSection &getSection() const { in getSection() function
DMCAssembler.h612 const MCSection &getSection() const { return *Section; } in getSection() function
/external/llvm/include/llvm/IR/
DGlobalValue.h97 const std::string &getSection() const { return Section; } in getSection() function
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp165 static void getSection(const MachOObjectFile *Obj, in getSection() function
DCOFFDumper.cpp519 error_code COFFDumper::getSection( in getSection() function in COFFDumper
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js131 function getSection() { function
/external/llvm/include/llvm/Object/
DObjectFile.h442 inline error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp1467 macho::Section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in llvm::object::MachOObjectFile
1475 macho::Section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in llvm::object::MachOObjectFile
DCOFFObjectFile.cpp624 error_code COFFObjectFile::getSection(int32_t index, in getSection() function in COFFObjectFile