Home
last modified time | relevance | path

Searched defs:SectionOrErr (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp107 Expected<std::optional<StringRef>> SectionOrErr = in link() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h52 auto SectionOrErr = Symbol->getSection(); in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h96 auto SectionOrErr = Symbol->getSection(); in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h157 auto SectionOrErr = Symbol->getSection(); processRelocationRef() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp430 if (!SectionOrErr || *SectionOrErr == Obj->section_end()) in getBenchmarkFunctionBytes() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp414 Expected<std::pair<uint64_t, const object::SectionRef>> SectionOrErr = in createInstructions() local
H A DLVCodeViewReader.cpp649 Expected<StringRef> SectionOrErr = Section.getContents(); traverseSymbolSection() local
/llvm-project/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp826 if (!SectionOrErr) { in loadMainBinarySymbols() local
/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h652 Expected<const Elf_Shdr *> SectionOrErr = in getSymbolAddress() local
H A DELF.h1296 Expected<const Elf_Shdr *> SectionOrErr = getStringTableForSymtab() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1276 auto SectionOrErr = Symbol->getSection(); processRelocationRef() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp1064 ErrorOr<BinarySection &> SectionOrErr = getSectionForAddress(Address); registerNameAtAddress() local
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp306 auto SectionOrErr = getStructOrErr<Section>(Obj, Sec); in parseSegmentLoadCommand() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6684 Expected<const Elf_Shdr *> SectionOrErr = printStackSize() local