Home
last modified time | relevance | path

Searched defs:Addrs (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h37 enum class FunctionStartsMode { Addrs, Names, Both, None }; enumerator
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h41 std::vector<uint64_t> Addrs; variable
/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp570 evaluateAsAbsolute(int64_t & Res,const MCAssembler * Asm,const SectionAddrMap * Addrs,bool InSet) const evaluateAsAbsolute() argument
590 AttemptToFoldSymbolOffsetDifference(const MCAssembler * Asm,const SectionAddrMap * Addrs,bool InSet,const MCSymbolRefExpr * & A,const MCSymbolRefExpr * & B,int64_t & Addend) AttemptToFoldSymbolOffsetDifference() argument
735 evaluateSymbolicAdd(const MCAssembler * Asm,const SectionAddrMap * Addrs,bool InSet,const MCValue & LHS,const MCValue & RHS,MCValue & Res) evaluateSymbolicAdd() argument
816 evaluateAsRelocatableImpl(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup,const SectionAddrMap * Addrs,bool InSet) const evaluateAsRelocatableImpl() argument
[all...]
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp140 std::unique_ptr<std::set<uint64_t>> Addrs; global() member
245 auto Addrs = std::make_unique<std::set<uint64_t>>(); read() local
518 getCoveragePoints(const std::string & ObjectFile,const std::set<uint64_t> & Addrs,const std::set<uint64_t> & CoveredAddrs) getCoveragePoints() argument
706 getObjectCoveragePoints(const object::ObjectFile & O,std::set<uint64_t> * Addrs) getObjectCoveragePoints() argument
816 auto Addrs = findSanitizerCovFunctions(O); findSanitizerCovFunctions() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp476 std::array<Address, N> Addrs = in getFunction() local
823 callSpecialFunction(G && Gen,StringRef FuncName,QualType QT,bool IsVolatile,CodeGenFunction & CGF,std::array<Address,N> Addrs) callSpecialFunction() argument
[all...]
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp735 /// Emit the .debug_addr addresses stored in \p Addrs. in emitDwarfDebugAddrs() argument
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp549 std::vector<ExecutorAddr> Addrs(Allocations.size()); deinitialize() local
559 std::vector<ExecutorAddr> Addrs(Reservations.size()); release() local