hanchenye-llvm-project/llvm/tools/llvm-xray
Zachary Turner 66ef5d3cd6 Clean up some code in Program.
NFC here, this just raises some platform specific ifdef hackery
out of a class and creates proper platform-independent typedefs
for the relevant things.  This allows these typedefs to be
reused in other places without having to reinvent this preprocessor
logic.

llvm-svn: 334294
2018-06-08 15:16:25 +00:00
..
CMakeLists.txt Inline contents of LLVM_XRAY_TOOLS variable into its only use. 2018-05-09 00:42:17 +00:00
func-id-helper.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
func-id-helper.h [XRay] cache symbolized function names for a repeatedly queried function ID 2018-03-01 01:59:24 +00:00
llvm-xray.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
trie-node.h [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format. 2017-11-07 00:28:28 +00:00
xray-account.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-account.h Clean up some code in Program. 2018-06-08 15:16:25 +00:00
xray-color-helper.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-color-helper.h [XRay] A tool for Comparing xray function call graphs 2017-04-24 05:54:33 +00:00
xray-converter.cpp Support: Simplify endian stream interface. NFCI. 2018-05-18 19:46:24 +00:00
xray-converter.h [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format. 2017-11-07 00:28:28 +00:00
xray-extract.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-graph-diff.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-graph-diff.h [XRay][tools] Fixup for pedantic and permissive errors/warnings 2017-04-24 06:15:53 +00:00
xray-graph.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-graph.h Clean up some code in Program. 2018-06-08 15:16:25 +00:00
xray-registry.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-registry.h
xray-stacks.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00