| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ | |
| ObjectFile.h | 50 /// of relocations in the object file. 132 iterator_range<relocation_iterator> relocations() const { function in class:llvm::object::SectionRef |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ | |
| MachOYAML.h | 58 std::vector<Relocation> relocations; member in struct:llvm::MachOYAML::Section |
| /src/external/apache2/llvm/dist/llvm/lib/Object/ | |
| XCOFFObjectFile.cpp | 326 auto RelocationsOrErr = relocations(*SectionEntPtr); 338 auto RelocationsOrErr = relocations(*SectionEntPtr); 664 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { function in class:llvm::object::XCOFFObjectFile |