Home
last modified time | relevance | path

Searched defs:getRelocations (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/wasm/
H A DInputChunks.h61 ArrayRef<WasmRelocation> getRelocations() const { return relocations; } in getRelocations() function
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp1001 std::vector<ValidReloc> DwarfLinkerForBinary::AddressManager::getRelocations( in getRelocations() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager
/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1299 COFFObjectFile::getRelocations(const coff_section *Sec) const { getRelocations() function in COFFObjectFile