Home
last modified time | relevance | path

Searched refs:getAux (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DRegion.h156 const SmallVector<Instruction *> &getAux() const { return Aux; } in getAux() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp186 for (auto *I : RPtr->getAux()) in createRegionsFromMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h359 template <typename T> const T *getAux() const { in getAux() function
368 return getAux<coff_aux_section_definition>(); in getSectionDefinition()
375 return getAux<coff_aux_weak_external>(); in getWeakExternal()
H A DELFTypes.h314 const Elf_Verdaux *getAux() const {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp292 auto *WeakExternal = COFFSym.getAux<object::coff_aux_weak_external>(); in onObjLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp501 const auto &SeedSlice = Rgn.getAux(); in runOnRegion()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp237 auto *WeakExternal = Sym->getAux<object::coff_aux_weak_external>(); in graphifySymbols()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp590 auto aux = coffSym.getAux<coff_aux_weak_external>(); in initializeSymbols()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1673 reinterpret_cast<const Elf_Verdef *>(verdefs[idx])->getAux()->vda_name; in parse()
H A DSyntheticSections.cpp3885 StringRef ver(f->getStringTable().data() + verdef->getAux()->vda_name); in finalizeContents()