HomeSort by: relevance | last modified time | path
    Searched defs:relocations (Results 1 - 3 of 3) sorted by relevancy

  /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

Completed in 21 milliseconds