/llvm-project/clang/test/SemaCXX/ |
H A D | designated-initializers.cpp | 57 struct EF { struct 58 S s;
|
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 133 if (const auto *EF = dyn_cast<MCEncodedFragment>(this)) dump() local
|
H A D | MCAssembler.cpp | 434 MCEncodedFragment *EF = cast<MCEncodedFragment>(F); layoutBundle() local 594 writeFragmentPadding(raw_ostream & OS,const MCEncodedFragment & EF,uint64_t FSize) const writeFragmentPadding() argument 636 if (const MCEncodedFragment *EF = dyn_cast<MCEncodedFragment>(&F)) writeFragment() local [all...] |
H A D | MCWin64EH.cpp | 2002 unsigned EF = 0; in tryARMPackedUnwind() local
|
/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 880 readBBAddrMapImpl(const ELFFile<ELFT> & EF,std::optional<unsigned> TextSectionIndex,std::vector<PGOAnalysisMap> * PGOAnalyses) readBBAddrMapImpl() argument 937 readDynsymVersionsImpl(const ELFFile<ELFT> & EF,ELFObjectFileBase::elf_symbol_iterator_range Symbols) readDynsymVersionsImpl() argument [all...] |
H A D | ELF.cpp | 734 decodeBBAddrMapImpl(const ELFFile<ELFT> & EF,const typename ELFFile<ELFT>::Elf_Shdr & Sec,const typename ELFFile<ELFT>::Elf_Shdr * RelaSec,std::vector<PGOAnalysisMap> * PGOAnalyses) decodeBBAddrMapImpl() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnostic.cpp | 108 FullSourceLoc BF(B, SM), EF(E, SM); in addLocationToResult() local
|
H A D | TextDiagnostic.cpp | 869 FullSourceLoc BF(B, SM), EF(E, SM); in emitDiagnosticLoc() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkRunner.cpp | 102 Expected<ExecutableFunction> EF = create() local 194 Expected<ExecutableFunction> EF = create() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 591 return EF.takeError(); in fromCodeViewSubsection() local 456 for (auto EF : Site.ExtraFiles) { toCodeViewSubsection() local 634 for (const auto EF : IL.ExtraFiles) { fromCodeViewSubsection() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 93 const ELFFile<ELFT> &EF = Obj->getELFFile(); getRelocationValueString() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 191 const ExternalFunctions *EF) { in ParseFlags() 932 ExternalFunctions *EF = nullptr; variable
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1209 ELFObjectFile(MemoryBufferRef Object,ELFFile<ELFT> EF,const Elf_Shdr * DotDynSymSec,const Elf_Shdr * DotSymtabSec,const Elf_Shdr * DotSymtabShndx) ELFObjectFile() argument [all...] |
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 2077 const ELFFile<ELFT> &EF = Obj->getELFFile(); getRelocationAddend() local 2105 const ELFFile<ELFT> &EF = Obj->getELFFile(); getRelocationSymbol() local 5131 const ELFFile<ELFT> &EF = File->getELFFile(); patchELFAllocatableRelaSections() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2598 EF = MethodDecl->param_end(); WarnConflictingTypedMethods() local 2620 EF = Overridden->param_end(); CheckConflictingOverridingMethod() local 2656 EF = MethodDecl->param_end(); WarnExactTypedMethods() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1192 for (const EncodingField &EF : OpInfo) { emitBinaryParser() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12565 EF = MethodDecl->param_end(); ObjCMethodsAreEqual() local
|