Searched refs:invokeELFT (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 324 #define invokeELFT(f, ...) \ macro
|
| H A D | InputSection.cpp | 76 invokeELFT(parseCompressedHeader,); in InputSectionBase() 131 invokeELFT(decompressAux, *this, uncompressedBuf, size); in decompress()
|
| H A D | InputFiles.cpp | 335 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile() 361 invokeELFT(doParseFiles, files, armCmseImpLib); in parseFiles()
|
| H A D | Relocations.cpp | 1787 invokeELFT(addCopyRelSymbol, cast<SharedSymbol>(sym)); in postScanRelocations()
|
| H A D | Driver.cpp | 682 invokeELFT(link, args); in linkerMain()
|
| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 1143 invokeELFT(addTaggedSymbolReferences, *section, in createTaggedSymbols()
|