llvm/bolt/runtime
Xun Li 84eae1a413 [Bolt] Improve coding style for runtime lib related code
Summary:
Reading through the LLVM coding standard again, realized a few places where I didn't follow the standard when coding. Addressing them:
1. prefer static functions over functions in unnamed namespace.
2. #include as little as possible in headers
3. Have vtable anchors.

(cherry picked from FBD22353046)
2020-07-02 14:28:13 -07:00
..
CMakeLists.txt Adding automatic huge page support 2020-05-02 11:14:38 -07:00
common.h Adding automatic huge page support 2020-05-02 11:14:38 -07:00
config.h.in [BOLT] Fix build for Mac 2019-09-20 11:29:35 -07:00
hugify.cpp [Bolt] Improve coding style for runtime lib related code 2020-07-02 14:28:13 -07:00
instr.cpp Adding automatic huge page support 2020-05-02 11:14:38 -07:00