Home
last modified time | relevance | path

Searched refs:getFunctionAddr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h94 Optional<uint64_t> getFunctionAddr(int32_t FuncId) const;
/external/llvm/lib/CodeGen/
DFaultMaps.cpp128 OS << "FunctionAddress: " << format_hex(FI.getFunctionAddr(), 8) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFaultMaps.cpp133 OS << "FunctionAddress: " << format_hex(FI.getFunctionAddr(), 8) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFaultMaps.h164 FunctionAddrType getFunctionAddr() const { in getFunctionAddr() function
/external/llvm/include/llvm/CodeGen/
DFaultMaps.h165 FunctionAddrType getFunctionAddr() const { in getFunctionAddr() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp42 Optional<uint64_t> InstrumentationMap::getFunctionAddr(int32_t FuncId) const { in getFunctionAddr() function in InstrumentationMap