Home
last modified time | relevance | path

Searched defs:Aux (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp69 COFF::Auxiliary Aux; member
82 AuxiliarySymbols Aux; member in __anon9a7db13a0111::COFFSymbol
872 for (auto &Aux : File->Aux) { in createFileSymbols() local
1003 AuxSymbol &Aux = Sec->Symbol->Aux[0]; in assignFileOffsets() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.cpp422 void AMDGPUTargetInfo::setAuxTarget(const TargetInfo *Aux) { in setAuxTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp583 uint8_t AuxSymbolIdx, const T *&Aux) { in getSymbolAuxData()
1526 const coff_aux_function_definition *Aux; in printSymbol() local
1537 const coff_aux_weak_external *Aux; in printSymbol() local
1557 const coff_aux_section_definition *Aux; in printSymbol() local
1583 const coff_aux_clr_token *Aux; in printSymbol() local
H A DELFDumper.cpp4536 for (const VerdAux &Aux : Def.AuxV) in printVersionDefinitionSection() local
4562 for (const VernAux &Aux : VN.AuxV) in printVersionDependencySection() local
6635 [](raw_ostream &OS, const VerdAux &Aux) { OS << Aux.Name.c_str(); }); in printVersionDefinitionSection()
6659 for (const VernAux &Aux : VN.AuxV) { in printVersionDependencySection() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h619 for (const VernAux &Aux : Dep.AuxV) in loadVersionMap() local
896 VerdAux Aux; in getVersionDefinitions() local
1028 VernAux &Aux = *VN.AuxV.emplace(VN.AuxV.end()); in getVersionDependencies() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h217 llvm::SmallDenseMap<Decl *, int, 32> Aux; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp850 void TargetInfo::copyAuxTarget(const TargetInfo *Aux) { in copyAuxTarget()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp395 const TargetInfo *Aux = S.Context.getAuxTargetInfo(); in ProcessStmtAttribute() local
H A DSemaDeclAttr.cpp4775 auto *Aux = Context.getAuxTargetInfo(); in CheckCallingConvAttr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp822 auto *Aux = reinterpret_cast<coff_aux_section_definition *>(BufferStart + in writeSymbolTable() local
H A DCOFFObjectFile.cpp1049 const uint8_t *Aux = nullptr; in getSymbolAuxData() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1408 ELFYAML::VernauxEntry Aux; in dumpVerneedSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1860 for (const ELFYAML::VernauxEntry &Aux : VE.AuxV) in finalizeStrings() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp150 if (auto *Aux = getAuxTarget()) in createTarget() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1547 virtual void setAuxTarget(const TargetInfo *Aux) {} in setAuxTarget()